Hi, I have a question, once you publish your Android library to github packages, aws buckets or Bintray, and implemented into a new Android application, are you able to see the code?
I obfuscated my code, my aar file generated is obfuscated but the code is visible anyway after import the library into a new app
The obfuscated classes are not accesible from any class, but If I try to search the file, I can find it and see all the code
User will be able to see obfuscated code. To hide code like Google, I have tried many frameworks but they didn't work perfectly. I am still doing research on it.
Hi, I have a question, once you publish your Android library to github packages, aws buckets or Bintray, and implemented into a new Android application, are you able to see the code?
I obfuscated my code, my aar file generated is obfuscated but the code is visible anyway after import the library into a new app
The obfuscated classes are not accesible from any class, but If I try to search the file, I can find it and see all the code
User will be able to see obfuscated code. To hide code like Google, I have tried many frameworks but they didn't work perfectly. I am still doing research on it.
do you have completed the research ? can you suggest me some of the best obfuscation methods you found ? Thank you
I didn't check but found a source: github.com/alipov/android-sdk-hide...
You can check this and share feedback