AabResGuard
AabResGuard copied to clipboard
The tool of obfuscated aab resources.(Android app bundle资源混淆工具)
Trying to run bundle tool command : `java -jar "***\bundletools\bundletool.jar" build-apks --bundle="***\app\release\app-release.aab" --output="***\my_app.apks" --ks="***r.jks" --ks-pass=pass:"***" --ks-key-alias="***" --key-pass=pass:"***" --mode=universal --local-testing ` And it gives me error : ``` aapt2.exe F 08-12...
First of all thanks for that awesome plugin. Is there any update supporting latest Bundle Tool & AGP versions ? It seems very outdated. Best Regards
Some problems were found with the configuration of task ':app:aabresguardRelease' (type 'AabResGuardTask'). - Type 'com.bytedance.android.plugin.tasks.AabResGuardTask' property 'aabResGuard' is missing an input or output annotation. * Try: Run with --stacktrace option...
我有一个第三方库,里面有很多资源不能被混淆,但好在它存在一个特征,所有资源文件都带特定的字符,可以使用正则表达式进行匹配吗?
whiteList = [ // 白名单规则 "*.R.raw.*", "*.R.drawable.icon", "*.R.drawable.notify", "*.R.mipmap.ic_launcher", //谷歌服务 "*.R.string.default_web_client_id", "*.R.string.firebase_database_url", "*.R.string.gcm_defaultSenderId", "*.R.string.google_api_key", "*.R.string.google_app_id", "*.R.string.google_crash_reporting_api_key", "*.R.string.google_storage_bucket", "*.R.string.project_id", "*.R.string.com.crashlytics.android.build_id", //所有涉及到 getResources().getIdentifier 对应的资源ID "*.R.array.a1", "*.R.string.s1", "*.R.mipmap.m1", "*.R.dimen.d1", "*.R.integer.int1", // for fabric...
以前饿了么的[Mess](https://github.com/eleme/Mess)支持,现在已经不再维护了
 mapping.txt这里的id值是必填吗
FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':app'. > Failed to notify project evaluation listener. > 'com.android.build.gradle.internal.VariantManager com.android.build.gradle.AppPlugin.getVariantManager()' * Try: Run with...
**Describe the bug** 第一次打包之后 对未压缩的aab没有释放句柄。 然后重新第二次打包aab的时候 导致android studio生成的aab被占用无法删除 打包aab失败 **Expected behavior** A clear and concise description of what you expected to happen. **Info (please complete the following information):** - Device:...