Adding jars to classpath, Eclipse, Android

谁说我不能喝 提交于 2019-11-30 14:10:14

You can try doing it in eclipse by

Right Click the jar --> Build Path --> Add to build path

1) Go to your Finder / Explorer and select your .jar files 2) Drag your .jar files into Eclipse, (make sure to put them in your desired Project) 3) right click on each jar -> "build path" -> "add to build path"

What is the output of the LogCat?

if you are using native code in your projects you must include the so files in libs->armeabi folder. stuff like box2d, chipmunk, xml2, etc...

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!