broodplank / APKtoJava

Decompile your APKs easily (to java/smali or/and resource)
www.broodplank.net
186 stars 54 forks source link

3k errors whan I import code to eclispe #5

Open TeamBrainStorm opened 10 years ago

TeamBrainStorm commented 10 years ago

hello when I try to import the source code to eclipse I get over 3k errors is there something I am doing wrong please let me know

broodplank commented 9 years ago

No this is "normal", the java code cannot be fully regenerated in a good working order. Most problems occur because of obfuscation. You can look through the java code to see how the app is made but it's almost NEVER possible to actually compile the app without changing a bunch of things.

TeamBrainStorm commented 9 years ago

ok thank you