How to include POI library into an Android project?

╄→尐↘猪︶ㄣ 提交于 2019-12-11 08:11:15

问题


How to include the poi library into an android project? When I want to include it in the regular Java project, I would right click on the project, in Eclipse -> Build path -> Add external Archives

How am I supposed to do it in an Android project?


回答1:


You should put jar in libs folder and then Project -> Properies -> Java Buid Path -> Add JARs -> Select jar of your library from libs folder -> OK.




回答2:


You should put jar in libs folder (the same level as res or src folder) and do Eclipse -> Build path -> Add external Archives



来源:https://stackoverflow.com/questions/13439199/how-to-include-poi-library-into-an-android-project

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