ADT不会将Android私有库与libs文件夹同步

时间:2014-08-15 08:17:46

标签: android adt

enter image description here

我尝试的事情:

  1. 清理
  2. 刷新
  3. 重命名libs,然后将其重命名为libs
  4. 右键单击Project - > Android工具 - >修复项目属性

  5. enter image description here

  6. 关闭项目并重新打开 没有人帮忙,我该怎么做才能纠正这个问题?

  7. 我注意到,如果我从android导入屏幕中删除android lib项目,ADT会同步libs文件夹,当我读取它们时会删除libs,这是ADT上的一个错误吗?

  8. enter image description here

    enter image description here

2 个答案:

答案 0 :(得分:0)

右键单击您的项目,单击属性,转到“java build path”选择“订单和导出”选项卡,确保勾选了android私有库。

答案 1 :(得分:0)

当您删除旧文件时​​,某些引用和依赖项可能尚未删除


  • 第1步:删除libs文件夹中的所有库

  • Step2 :转到Project - > Rightclick - > Properties - > Java Build Path - > Libraires
    明确删除android私有库


There are two places that the reference to the previous project needed to be deleted from, not just one. It had to be taken out of both the "Projects" tab on "Build Path" and out of "Project References" in the project properties


  • Step3 :最后再将新库粘贴到libs文件夹中

  • Step4 :清理项目并运行