Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将 poi 库包含到 android 项目中?当我想将它包含在常规 Java 项目中时,我会右键单击该项目,在 Eclipse -> 构建路径 -> 添加外部档案
我应该如何在 Android 项目中做到这一点?
您应该将 jar 放在 libs 文件夹中,然后 Project -> Properies -> Java Buid Path -> Add JARs -> 从 libs 文件夹中选择您的库的 jar -> OK。
您应该将 jar 放入 libs 文件夹(与 res 或 src 文件夹相同级别)并执行 Eclipse -> Build path -> Add external Archives