i have just begun working on android platform.I installed both eclipse and android sdk.Now i wanted to run a basic hello world application.
I just followed a tutorial and tried to run it but got the following error
your project contains errors please fix them before running your application
How can i debug this and run the app on emulator
please help me out
i have just begun working on android platform.I installed both eclipse and android sdk.Now
Share
i had to delete the debug.keystore file which is present in .android folder and had to relaunch the eclipse.that fixed my problem