当前位置: 代码迷 >> Android >> Android 编译异常
  详细解决方案

Android 编译异常

热度:66   发布时间:2016-04-28 07:15:55.0
Android 编译错误
在使用Eclipse开发Android程序进行编译的过程中,出现了
Unable to resolve project target 'Google Inc.:Google APIs:7'
的错误,检查了半天,也没发现问题的所在,后来发现是SDKManager在安装的过程中,没能成功安装Google API,重新安装Google API后,重新启动eclipse进行编译,OK,正常了。
  相关解决方案