I know how to fix the problem, but the thing is, my .android directory became invisible, and i don't know how to delete it. I tried with command lines like : rmdir /S .android, and it didn't work. I'm on a mac.
2 Answers
Remove debug.keystore from your user Android directory.
1 Comment
It's okay i found it :
On the OSX platform, if you manually remove the ~/.android directory using rm -rf ~/.android, then try to run the emulator, it crashes. This happens because the emulator fails to create a new .android directory before attempting to create the child SDK1.0 directory. To work around this issue, manually create a new .android directory using mkdir ~/.android, then run the emulator. The emulator creates the SDK1.0 directory and starts normally.
And i had to recreate some AVD, that's all.
.directoryis always "invisible" thats the purpose of that.- you can still go (cd .android) there orrm -rf ".android"(no idea if that works on a mac - it should on linux)debug.keystoreworked for me. It is probably in the C:/