|
|
|
|
|
by mdelbo
5214 days ago
|
|
Thanks Zambo. I couldn't find a way to set a custom debug key in Eclipse - I'm using IntelliJ but this frustrated me so much I was considering migrating to Eclipse. I was also using a debug/release flag previously but kept forgetting to change it when I sent the release build out for testing. |
|
For Eclipse you can set the debug key here: Window > Preferences > Android > Build > Custom debug keystore. That's for the normal Eclipse/android build process.
Comes in handy when developing on multiple machines as you can't update an app that was signed with a different debug key (must uninstall first).