am using Linux opensuse, eclipse helios package
i have to import google maps in my application for which i need an API key, so in order to get the api key i need to get the MD5 sum value which has to be got by running the debug.keystore file using keytool
but the problem is my whole “.android” folder is missing including debug.keystore file.but all the projects a re running smoothly,am able to find it in windows xp, but not in linux(opensuse)
if so what i must do in order to generate a new debug.keystore file???
Navigate to the .android folder in your home directory
~/.android(Linux,Mac OS) orC:\Documents and Settings\[User Name]\.androidin Windows XP orC:\Users\.androidin Windows Vista or Windows 7, and delete thedebug.keystorefile. Then go to eclipse and clean the project, this will create a newdebug.keystorefile with default validity period 365 days.For Linux user: Delete your debug certificate (
debug.keystoreandddms.cfg) under~/.android/debug.keystoreFor Windows user: Delete your debug certificate (
debug.keystoreandddms.cfg) underC:\Documents and Settings\Administrator\.android