-5

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.

  • 2
    What error are you getting? It's hard to help you without knowing that. – jbowes Nov 03 '12 at 18:29
  • would you mind defining the error, i already have an error means nothing – Amit Hooda Nov 03 '12 at 18:29
  • Please post your error and code. – Luke Taylor Nov 03 '12 at 18:29
  • You missing details of the error. How can anyone possibly help? – weston Nov 03 '12 at 18:30
  • That's one of the problems I am having as the errors aren't very clear to myself as well. I just created the file and so I am not sure how it could really be giving me such errors but one of the things it is telling me is "Failed to load properties file for project 'Hello'". I also apologize for not being concise and describing my error in my initial post. – Collin Nathaniel Kappauf Nov 03 '12 at 18:38

1 Answers1

0

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.

Community
  • 1
  • 1
Techwolf
  • 1,228
  • 13
  • 32