Manick
Manick

Reputation: 857

android project in eclipse

I am trying to create an android project using eclipse IDE,its created successfully but the problem is in error log.After creating of a project with name as android_test,the error shown failed to load properties file for project 'android_test'.

Can any one let me know how to over come this problem.

Thanks for your time!

Upvotes: 0

Views: 70

Answers (1)

Snicolas
Snicolas

Reputation: 38168

Start again and be sure to

  • have write / read permissions in the folder of your project
  • avoid special characters when naming things (project/classes/files/etc)

Upvotes: 1

Related Questions