• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps How to open a .apk android application in eclipse??

I want to open an android apk file in eclipse , edit it and recompile it.
So far i am able to extract some files from it by changing its extension from .apk to .rar.
Also i am able to extract all java source files from classes.dex using dex2jar.

I also am able to extract correct xml files and res folder using apktool and framework-res.apk.
And when i try to build an android project with existing source it builds fine but gives all src files in smali format which i dont know how to read and also it doesnt work on my phone. Any help??
 
Back
Top Bottom