问题
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