Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adding a JAR file to an Android application

I want to add the jTwitter library to my application.

How can I add and build the path for it?

like image 783
Nikki Avatar asked Nov 17 '10 10:11

Nikki


1 Answers

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

like image 141
Sankar Ganesh PMP Avatar answered Sep 27 '22 21:09

Sankar Ganesh PMP