ResChiper
ResChiper copied to clipboard
AAB Resource Obfuscation Tool for Android
When I update my Android Studio to latest version which using AGP 8.4.0 and gradle 8.6 then it can not produce reschiper-app.aab here is the log ` > Task :app:resChiperRelease...
``` not exists unused_strings.txt: C:\Users\*******\app\build\outputs\mapping\release\release\unused_strings.txt use default path: C:\****\app\unused_strings.txt Analysis of the bundle file completed, took 46ms Execution failed for task ':app:resChiperRelease'. > java.lang.UnsupportedOperationException (no error message) ``` But i...
The gradle version used in my project is 8.4, but it cannot be used normally. The gradle error prompts that it is not compatible. ``` Error resolving plugin [id: 'io.github.goldfish07.reschiper',...
./gradlew clean :app:resChiperRelease --stacktrace error: ``` Execution failed for task ':app:resChiperRelease'. > Cannot invoke "com.android.builder.model.SigningConfig.getStoreFile()" because the return value of "com.android.build.gradle.api.ApplicationVariant.getSigningConfig()" is null ```
obfuscatedBundleName = "reschiper-app.aab" // Obfuscated file name, must end with '.aab' 这块怎么用 我编译出来apk的名称或者aab的名称 不用自定义。
 为什么asset目录会有drawable文件,而且没有被混淆,res目录下的确实被混淆了
怎么解决插件编译aab时sharesdk报错问题 
Does the current version support obfuscation of apk format files?
> Task :app:resChiperRelease FAILED ---------------------------------------- ResChiper Plugin Configuration: ---------------------------------------- - ResChiper version: 0.1.0-rc5 - BundleTool version: 1.16.0 - AGP version: 8.5.0 - Gradle Wrapper: 8.5 ---------------------------------------- App Build Information: ----------------------------------------...