简体   繁体   English

如何将JJIL库添加到我的Android Eclipse项目中?

[英]How do I add the JJIL libraries to my Android Eclipse project?

I'm trying to use the JJIL libraries with my Android project: http://code.google.com/p/jjil/ 我正在尝试将JJIL库用于我的Android项目: http : //code.google.com/p/jjil/

I followed all the instructions on importing libraries into eclipse on the android guides, and have had no successes. 我按照android指南上有关将库导入eclipse的所有说明进行操作,但没有成功。 It just fails to import. 它只是无法导入。

Can some one point me in the right direction with this? 有人可以以此指向我正确的方向吗?

Cheers, 干杯,

Nick D 尼克·D

I recommend you download the source and add it to your project. 我建议您下载源并将其添加到您的项目中。 A lot of compiled .jars won't work in Android because they contain stuff that needs to be converted to the Dalvik format. 许多已编译的.jars在Android中无法使用,因为它们包含需要转换为Dalvik格式的内容。 Just download the source from their google code repository and copy it into the /src folder of your project (with the whole com/whatever/whatever/ directory structure, too). 只需从其google代码存储库下载源代码,然后将其复制到您项目的/ src文件夹中(也就具有整个com / whatever / whatever /目录结构)。 The next time you start Eclipse, the source for those libraries should be in your project and building. 下次启动Eclipse时,这些库的源应该在您的项目和构建中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Eclipse中以JAR的形式向我的Android项目添加Github库? - How do I add a Github library to my Android Project as a JAR in Eclipse? 如何将此变更日志库添加到Eclipse中的当前Android项目中? - How do I add this Change Log library to my current Android project in Eclipse? 如何将android库(作为Angle)链接到我的Eclipse项目? - How do I link android library (as Angle) to my Eclipse project? 如何在Eclipse中的“文件”>“新建”>“_____”菜单中添加“Android项目”? - How do I add “Android Project” to the File>New>_____ Menu in Eclipse? 如何使用我在 Flutter 项目中为 Android 使用的库找到哪些权限 - How do I find which permissions using libraries I use in my Flutter project for Android 如何在Eclipse项目中包含位于项目外部目录中的本机Android代码? - How do I include in my Eclipse project, native Android code located in a directory external to my project? 如何将库添加到Android项目? - How to add libraries to an Android project? 如何在当前项目中添加android文件夹? - How do I add a android folder to my current project? 如何将Bango SDK添加到我的android项目中? - How do I add Bango SDK to my android project? 如何在Eclipse中打开这个Android项目? - How do I open this Android project in Eclipse?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM