I have catch a strange problem about Android decomplie.
For research, I decomplie an Android apk by apktool and dex2jar, every thing seems ok, but when I use JD-GUI to open the decomplied .jar file, I cannot found any Android Activity class file in it, the interested was I saw the AndroidManifest.xml file which has wrote some activity path in it, and I promise I cannot found these classes file from those path, what's wrong with it? and how can do it?
--[Updated]--
I found that not only Activity class file not exists, but also some custom widget class file too, I saw some layout xml has used custom widget, but cannot found them real file. is there really in some way can hide the class file prevent others decompile?