Debug key abgelaufen

GMoN

GMoN

Dauergast
394
Heute ist mein debug key abgelaufen. Laut Google reicht es in diesem Fall den debug.keystore zu löschen. Eclipse soll dann automatisch einen neuen anlegen. Klappt aber nicht. Beim Versuch die app aus Eclipse zu starten, erscheint nur noch die Meldung, dass noch Fehler im Project seinen, es werden aber keine angezeigt. Der debug.keystore fehlt aber. Wie bekomme ich den auf Mac OS? Eventuell muss ich noch den keytool pfad irgendwo einbinden aber wie und wo?

[2010-05-06 23:33:07 - G-MoN] Error generating final archive: Debug certificate expired on 05.05.10 20:15!

Und was ist der Unterschied zwischen Default debug keystroke und dem custom debug keystroke?

Hier geht jedenfalls nix mehr.:(
 
Zuletzt bearbeitet:
Hat niemand eine Ahnung, wie man den JDK Pfad auf dem Mac einbindet? Ich schätze, das hier muss auch noch in die .bash_profile ober wie genau?

Before you begin, you should make sure that Keytool is available to the SDK build tools. In most cases, you can tell the SDK build tools how to find Keytool by setting your JAVA_HOME environment variable to references a suitable JDK. Alternatively, you can add the JDK version of Keytool to your PATH variable.

If you are developing on a version of Linux that originally came with GNU Compiler for Java, make sure that the system is using the JDK version of Keytool, rather than the gcj version. If Keytool is already in your PATH, it might be pointing to a symlink at /usr/bin/keytool. In this case, check the symlink target to be sure it points to the Keytool in the JDK.

If you will release your application to the public, you will also need to have the Jarsigner tool available on your machine. Both Jarsigner and Keytool are included in the JDK.
 
Hatte das gleiche Problem. Hab es so gelöst:

1. debug.keystore löschen
2. im eclipse menü unter Project den Haken bei Build automatically rausnehmen
3. danach im gleichen Menüteil Build project auswählen (eventuell anpassen welches Projekt du neu builden willst, default is glaub ich all project)
4. Das wars!
 

Ähnliche Themen

L
Antworten
5
Aufrufe
814
swa00
swa00
A
Antworten
17
Aufrufe
1.851
starbright
S
A
Antworten
3
Aufrufe
978
markus.tullius
markus.tullius
Zurück
Oben Unten