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.
我已经用 Eclipse 将 ABS 构建到 JAR 库中,并尝试将它与 IntelliJ IDEA 一起使用。所有源代码都很好地导出,但不是资源 - 库中没有 R.java。最小 SDK 为 10,目标 - 16。
AFAIK 你不能从 jar 文件中访问资源,你必须将资源单独添加到你的项目中。