本文介绍了添加一个JAR文件到Android应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我要的jTwitter库添加到我的应用程序。
I want to add the jTwitter library to my application.
我怎么可以添加和建设的道路呢?
How can I add and build the path for it?
推荐答案
如果您使用的是Eclipise IDE,然后按照如下步骤。步骤1:右键单击项目名称,有耀找到一个选项构建路径(参见图1)
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)
第二步:点击构建路径然后配置构建路径(参见图2),一个对话框就会出现,在单击Add External JARs,选择并添加它(参见figure3)
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).
图1:
图2:
图3:
figure 3:
这篇关于添加一个JAR文件到Android应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!