google 给的android的例子里,有用到google APIs,新版本的ADT默认只有Android的SDK,如果运行平台与目标平台不一致会报:Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY。

解决方法如下:

1、首先需要通过Android SDKManager下载google APIs。

2、设置Project Build Target目标为Google APIs

3、设置模拟器(AVD)的Taget为Google APIS

接下来即可在模拟器运行了!

 

posted on 2013-09-05 14:39  jason-chen  阅读(362)  评论(0编辑  收藏  举报