I want to debug an Android application using Eclipse. I have extracted from the apk the Java code (using dex2jar and then jd-gui), also I have created in Eclipse a new Java project from existing code, but now I'm stucked because I have lots of unresolved imports (guess it is because there is no Google's API in this project) and don't know how to debug. In fact I don't even know if it is possible... but debug from smali code is a pain (even more if you have no idea of smali :D).
Anyone of you know if this is possible? Any guidelines?
Thank you.