So I am fairly new to Android development so I am starting out by following http://developer.android.com/training/basics/firstapp/creating-project.html to just get a foot hold. The problem is that when I create a project I already have an error so I can’t even run hello world. I have tried searching for anyone with a similar problem but nothing seems to come up. Any insight to the problem would be much appreciated.
Share
Are you using Eclipse? If so, try right-clicking out your project, going to “Android Tools”, and clicking “fix project properties”. It sounds like it may be missing (or just not generated in the first place), this should recreate it.
EDIT: It sounds like your project.properties file isn’t the problem. Another thing you can try is deleting your debug keystore, it may have generated incorrectly. See this answer for instructions.