Libraries do not get added to APK anymore after upgrade to ADT 22

前端 未结 7 1499
一个人的身影
一个人的身影 2020-11-21 08:12

I have a rather big Android App project that is referencing several library projects. Everything was fine until i upgraded the eclipse ADT plugin to the newest version (v22)

7条回答
  •  甜味超标
    2020-11-21 08:45

    I have encountered a similar problem, spent about 3 hours, but none of the proposed here decisions did not help... Finally I found a source of the problem: my project files & project.properties were read-only. Eclipse is simply silently ignoring any changes in library dependencies when I doing it in the GUI!

提交回复
热议问题