配置GreenDroid

image

 

下载地址:https://github.com/cyrilmottier/GreenDroid

文档地址:http://greendroid.cyrilmottier.com/reference/packages.html

  • GreenDroid: 核心库
  • GreenDroid-GoogleAPIs:继承googleAPI(GDMapActivity是例子)
  • GDCatalog: 展示示例,里面有很多关于这方面的代码

 

 

1.下载GreenDroid后解压文件并将GreenDroid、GreenDroid-GoogleAPIs、GDCatalog导入Eclipse中

 

2.设置GreedDroid-GoogleAPIs及GDCatalog的编译环境,选择 Properties –> Android,勾选一个 1.6 以上的Google APIs (注意:Target Name是Google APIs)

image

 

3.设置GreenDroid-GoogleAPIs及GreenDroid,选择 Properties –> Android,勾选 Is Library

image

 

4.设置GreenDroid-GoogleAPIs,选择Properties –> Android,添加GreenDroid为Library

image

点击 Add

image

选择 GreenDroid

image

 

5.设置GDCatalog,选择Properties –> Android,添加GreenDroid-GoogleAPIs为Library

image

点击 Add

image

选择 GreenDroid-GoogleAPIs

image

 

6.完成后可以运行GDCatalog看一下demo

 

7.为自己的Project配置可参数第5步

 

完成.

你可能感兴趣的:(android,GreenDroid)