Unable to build Eclipse library projects after ADT update

前端 未结 3 1333
清歌不尽
清歌不尽 2021-01-25 20:53

I have a main project (mainapp) I am developing for Android under Eclipse. It uses the facebook-android-sdk library (fblib) which is a separate Eclipse project with it\'s projec

相关标签:
3条回答
  • 2021-01-25 21:45

    I had similar issues. The issues were because of different build system introduced "Gradle".

    Resolution: Forcibly open Android SDK Manager, and take update to install 1. Android SDK Build Tools revision 17 2. Android SDK platform tools revision 17 3. Android SDK tools revision 17

    From all library project dont forget to enable "Android Private Libraries" the check box inside properties-> order and export.

    Thanks.

    0 讨论(0)
  • 2021-01-25 21:47

    I've also noticed in my own projects, under Java Build Path > Order and Export, I sometimes need to go in and make sure all my linked sources have their boxes checked.

    0 讨论(0)
  • 2021-01-25 21:49

    The new ADT makes you call it 'libs' instead of lib. rename your directory and see if that fixes it

    Refer: http://code.google.com/p/android/issues/detail?can=2&start=0&num=100&q=&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars&groupby=&sort=&id=27490

    0 讨论(0)
提交回复
热议问题