Java Eclipse Android Beginner Question - How to add libraries or Linked Folder. Beginner References

后端 未结 1 459
鱼传尺愫
鱼传尺愫 2020-12-12 02:39

I\'m just starting with Android developmenent using Eclipe and have already run into some basic questions. I have some beginning books such as \"busy coders guide to Androi

相关标签:
1条回答
  • 2020-12-12 03:27

    In Eclipse right-click on your project, select "Properties", then "Android" and you see a page to add a library project. BTW, you should do the same on the library project and mark it as a library first before you can add.

    Alternatively you can drag and drop jars to your project and add them to your classpath, but in this case you can only access class files and not the resource files in the jar.

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