Adding a library/JAR to an Eclipse Android project

后端 未结 8 2055
长发绾君心
长发绾君心 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:13

    Go to build path in eclipse, then click order and export, then check the library/jar, and then click the up button to move it to the top of the list to compile it first.

提交回复
热议问题