Issue
I am facing a so weird issue with my eclipse. Android projects are not running in my eclipse I'm using Eclipse version 4.4 Luna , android SDK latest API level 23 (even earlier versions is not working ).It was running well till some days ago , and all other java projects running fine like web and desktop etc.. Whenever I am running the android project it shows the error dialog box, though no errors are there in the project(for a new project also), I have tried clean build, cleared cache, updated eclipse adt , and is there anything left I need to try other than formatting PC?
Solution
Well ,after some struggle I have found out what is the actual problem. It was my debug.keystore file.
I have got an error in my console saying Debug certificate expired
Well I have found my debug.keysotre file in here %USERPROFILE%/.android and deleted it. Eclipse itself will generate a new one when compiling a new project. You may need to clean and then build to generate the certificate.
Thanks everyone for your support.
Problem solved !!! :)
Answered By - James Hoffman
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.