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.
我有一个将用 Java 编写的 android 项目,但将使用一些用 Scala 编写的库。
我正在使用 AndroidProguardScala 插件来构建一个最小的 Scala 库,但它似乎没有发现我项目中的 JAR 还需要包含一些 Scala API 的事实,导致应用程序在这些方法失败时失败叫。
我错过了什么?
您只需要将它们专门包含在您的 proguard.cfg 文件中。只需表明您要保留这些包。这里的所有都是它的。