0

When I decompiled my apk using dex2jar-2.0 I could get my original code only.

But for some popular APK, when I followed the same steps I got Class names like A, B, AB etc

How to make my apk also secure like those apks

Please suggest me

Sharanabasu Angadi
  • 4,304
  • 8
  • 43
  • 67

1 Answers1

0

You are looking for code obfuscation. Take a look at this article http://developer.android.com/intl/es/tools/help/proguard.html

Vladimir Dimov
  • 1,213
  • 2
  • 10
  • 7