Adding Support Libraries to Android project

后端 未结 9 1337
孤街浪徒
孤街浪徒 2020-12-31 00:43

Why am I having such a hard time getting into the swing of Android development? I\'ve been developing in various languages over the years and, for some reason, just can\'t s

9条回答
  •  傲寒
    傲寒 (楼主)
    2020-12-31 00:51

    I met similar problems. Using API 18, ADT.

    To solve the "Unable to resolve target 'android-16' problem", I remove the import lib project and repeat what the tutorial says.

    Then I found I couldn't really "add" the library to my project. (The instruction "In the Library pane, click Add." there is not that detail. 1. In your project -> properties -> Java build path -> Libraries -> Add Library... -> Android Classpath Container -> Select the lib project 2. In your project -> properties -> Android -> add... -> choose the lib -> apply

    cheers

提交回复
热议问题