Adding a JAR file to an Android application

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

提交回复
热议问题