Adding a JAR file to an Android application

前端 未结 2 1757
有刺的猬
有刺的猬 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.

    0 讨论(0)
  • 2020-12-06 12:59

    Hai Nikki,

    If you are using Eclipise IDE, then follow these steps shown below. step1: Right click the project Name, there yiu find a option Build path(Refer Figure1)

    step2: click Build path then configure Build path(Refer figure2), a dialog box will appear, in that click Add External Jars , select and add it(refer figure3).

    figure 1:

    alt text

    figure2:

    alt text

    figure 3: alt text

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