相关疑难解决方法(0)

卸载Android ADT

这似乎是一项微不足道的任务,但我找不到从Eclipse安装中彻底卸载ADT的选项.当然,我可以删除SDK的文件夹,但这只会在下次启动Eclipse时抛出错误.我问的原因是因为我的旧ADT一直在犯一个错误的错误(无法获取网址https://dl-ssl.google.com/android/repository/addons_list.xml,原因:找不到文件)我需要一个完整,新鲜的重新安装.

重要提示: 在Help - > about eclipse sdk - >安装细节下,所有android插件的卸载按钮都显示为灰色

eclipse android adt

101
推荐指数
3
解决办法
14万
查看次数

罐子不匹配!修复您的依赖项

重现步骤:

  1. 创建一个Android项目"MyApp"
  2. 导入ActionBarSherlock(ABS),Directional ViewPager(DVP)或任何其他使用android支持库的开源库.
  3. 将库添加到项目"MyApp"

控制台日志:

[2013-04-17 14:27:12 - MyApp] Found 2 versions of android-support-v4.jar in the dependency list,
[2013-04-17 14:27:12 - MyApp] but not all the versions are identical (check is based on SHA-1 only at this time).
[2013-04-17 14:27:12 - MyApp] All versions of the libraries must be the same at this time.
[2013-04-17 14:27:12 - MyApp] Versions found are:
[2013-04-17 14:27:12 - MyApp] Path: C:\Users\santhosh\My_Workspace\DVP_library\libs\android-support-v4.jar
[2013-04-17 14:27:12 - MyApp]   Length: 140011
[2013-04-17 14:27:12 - MyApp]   SHA-1: fc834ac8147bc4ed0b555f90f500a57d4232c448 …
Run Code Online (Sandbox Code Playgroud)

eclipse android jar

71
推荐指数
6
解决办法
13万
查看次数

标签 统计

android ×2

eclipse ×2

adt ×1

jar ×1