Barry Fruitman
Barry Fruitman

Reputation: 12656

How do I export an apk signed with the debug certificate?

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

Answers (2)

Barry Fruitman
Barry Fruitman

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

Givi
Givi

Reputation: 3283

The compiled APK (with debug key) is found at the /bin folder in you eclipse project

Upvotes: 21

Related Questions