Hi As you now the apk is a zip file, and can be extracted, and the classes.dex can also decompiled, please How to pervent my apk from extracting or decompiling?? Thanks alot
Asked
Active
Viewed 4,844 times
1 Answers
5
-
Proguard doesnt prevent decompiling. it just makes it a few harder to read the code. – Jan 10 '15 at 10:03