是否有与Android Studio一起使用的混淆工具?声明 IntelliGuard插件受 Studio 支持,但由于缺少AntSupport插件,它实际上不起作用.我无法在存储库中找到一个.有任何想法吗?
PS Android Studio构建过程基于Gradle,所以我不希望看到Ant支持.也许我错了.
obfuscation android android-studio
我的资产文件夹中有一个目录,其中包含数据库的 json 。
资产/数据库/database_1/locations.json
使用时minifyEnabled true,它会删除这些资产,因为它认为它们没有被使用。
minifyEnabled true
我如何告诉 ProGuard 它们已被使用?
android proguard android-gradle-plugin
android ×2
android-gradle-plugin ×1
android-studio ×1
obfuscation ×1
proguard ×1