I am new to android. I got one issue during run my first hello world application in android.The error is like:
Error generating final archive: Unable to get debug signature key
I see my default path of debug keystore Windows->Preference->Android->Build. The path is
C:\Program Files\Java\jdk1.5.0_17\.android\debug.keystore
But there is not creating any .android file.
Please help me how to solve the above issue.
Quit Eclipse, then delete the .android directory. Then, re-run AVD manager and rebuild the project.