Reputation: 12656
The Android Tools menu in Eclipse only lets me export an unsigned apk, or one signed with my release cert. I need the debug-certificate-signed apk that Eclipse creates when I debug my Android app.
Where is it?
Thanks in advance...
Upvotes: 6
Views: 8922
Reputation: 12656
I found the complete details (including passwords) in the SDK docs: http://developer.android.com/tools/publishing/app-signing.html#debugmode
Upvotes: 0
Reputation: 3283
The compiled APK (with debug key) is found at the /bin folder in you eclipse project
Upvotes: 21