Debug.keystore does not exist

I am trying to create an MD5 fingerprint, but the problem is that every time I try to enter the whole code, it says that debug.keystore does not exist. I see several different threads on the same one, but none of them seem to really help me.

What am I gaining

C:\Program Files\Java\jdk1.7.0_01\bin>keytool -v -list -alias
androiddebugkey -keystore debug.keystore -storepass android -keypass android

Can someone please help me debug this problem? thank.

+3
source share
4 answers

If you use Eclipse, you can find the location of your debug repository with:

Window> Settings> Android> Click the triangle to the left of "Android" to open the submenu> Build

This tells you the location of your debug repository and allows you to configure a custom debug repository.

+12

Fortunatelly Eclipse.

  • Help > Install New Software.
  • Add.
  • , keytool.
  • : http://keytool.sourceforge.net/update

Keytool Next,

, . Ok.

, eclipse , , Keytool ( ). , , .., md5. .

+1

, . , debug.keystore. , .

0

C: \ Program Files \ Java \ jdk1.6.0_25 \ bin> keytool -list -alias androiddebugkey -keystore "c: \ documents and settings \ ndotdes65.android \ debug.keystore" -storepass android -keypass android

Try it like this ...

put the correct path for debug.keystore ....

Hope it works ..!

0
source

All Articles