G+_Zechariah DuBois Posted January 2, 2015 Share Posted January 2, 2015 Any one knw how to give protection of my apk file any one not decode my apk file ?? Link to comment Share on other sites More sharing options...
G+_Sharath Daniel Posted January 2, 2015 Share Posted January 2, 2015 You mean you don't want anybody to see your source code or you don't anyone to crack your paid app? Link to comment Share on other sites More sharing options...
G+_Joseph Cappellino Posted January 2, 2015 Share Posted January 2, 2015 The problem is that it's basically a glorified JAR file (which is really just a zip of bytecode). From there, you can "decompile" it and they can get an outline of your source code (generally it doesn't have your class/variable/method names, but they can still trace through it). The next step would be to use an obfuscator (this really munges things up). Most of the time, it's not worth the hassle. YMMV. Link to comment Share on other sites More sharing options...
G+_Borad Pankit (??n?ly ?w Posted January 3, 2015 Share Posted January 3, 2015 Sharath Daniel yes bro Link to comment Share on other sites More sharing options...
Recommended Posts