Rolle
Rolle

Reputation: 2980

Eclipse with ADT wont generate debug.keystore

I have Eclipse Helios service release 2 with the ADT plugin. I need a debug.keystore for something but it refuses to generate it. I have added a sample Android project and built it without erros, and expects to see the file under C:\users\name\.android (which it says under Preferences-Android-Build) but it is not there. Any ideas?

Upvotes: 0

Views: 1757

Answers (1)

Sunny
Sunny

Reputation: 14808

chech the path of keystroke eclipse->window->preferences->Android->Build

and you will see your path on right side.

Otherwise you can generate the keystroke using eclipse

right click on project and Android tools and then export signed Aplication.

hope it will help.

Upvotes: 2

Related Questions