Open
Description
Upon following @AustinZuniga 's instructions, an APK generated by running ./gradlew assembleRelease still has an assets/index.android.bundle file which remains unobfuscated. Is anyone experiencing this same problem?
Upon following @AustinZuniga 's instructions, an APK generated by running ./gradlew assembleRelease still has an assets/index.android.bundle file which remains unobfuscated. Is anyone experiencing this same problem?
Activity
[-]index.android.bundle[/-][+]index.android.bundle is still unobfuscated[/+]AustinZuniga commentedon Aug 28, 2020
This is the current issue in using this library. It seems that transforming identifier names into hexadecimal or mangled is not working properly.
you can read more here about this issue: here
dvho commentedon Aug 28, 2020
In addition to 'hexadecimal' and 'mangled', currently testing
identifierNamesGenerator: 'dictionary'
, which is giving the same result: assets/index.android.bundle file remains unobfuscated.orhanoksuzz commentedon Sep 14, 2020
I am having the same problem. emitObfuscatedFiles true When I do this it creates an encrypted file called index.obfuscated. It seems that the codes in this file are completely encrypted.But there is no encrypted file in index.android.bundle.
Coder108 commentedon Dec 28, 2021
same question