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.
我以 aar/apklib 格式构建了自己的 android 库,现在我正在寻找一种方法来在 netbeans 中的最终 apk 项目中使用它们,而不会破坏 maven 构建。问题是:我需要包含生成的 lib jar 以使 netbeans 对找到库的导入感到满意,但这会破坏 maven 构建,因为 dex 找到重复的构建配置,因为在 pom.xml 中指定了两次库(一次作为apklib/aar 和 jar 一次)。
将 .jar 依赖项设置为提供的范围可解决此问题。