Adding a JAR file to an Android application

前端 未结 2 1769
有刺的猬
有刺的猬 2020-12-06 12:41

I want to add the jTwitter library to my application.

How can I add and build the path for it?

2条回答
  •  执念已碎
    2020-12-06 12:48

    In case you are using Eclipse go to ProjectProperties there navigate to Java Build Path on the tab Libraries hit the Add External JARs button and select your JAR file.

提交回复
热议问题