Adding a library/JAR to an Eclipse Android project

后端 未结 8 2066
长发绾君心
长发绾君心 2020-11-22 02:59

This is a two-part question about adding a third-party library (JAR) to an Android project in Eclipse.

The first part of the question is, when I try to add a third-p

8条回答
  •  滥情空心
    2020-11-22 03:12

    Ensure that your 3rd party jars are in your projects "libs" folder and they will be put in the .apk when you package your application. You may see runtime errors on the device if something in the jar is not supported, but other than that I have had great success with this.

提交回复
热议问题