Possible Duplicate:
Android: Getting source code from an APK file
Is it possible for someone to de-compile my android apk file and see the public variables or constants declared in my packages?
My shared key that i have defined as public static constant will then get exposed...
Yes it is possible to decompile an apk .
Depending on obfuscation level it might take some time but a dedicated/bent person will eventually decompile it .
You can try tools like
apktool
Smali
Show Java Android App
Source : http://geeknizer.com/decompile-reverse-engineer-android-apk/
UPDATE 1
Here are 2 more options for you:
decompileandroid.com
javadecompilers.com/apk
suggested by @AndrewRukin
UPDATE 2
Another tool : jadx
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With