Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed to load properties file for android project

I finally was able to build and debug the android platform with this tutorial. I imported my project in eclipse, and afterwards installed ADT. Then I converted my imported project to android project (Android Tools -> Convert To Android Project). And now I'm having Failed to load properties file for project 'droid-platform' error. Session data:

eclipse.buildId=M20100211-1343
java.version=1.5.0_18
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=ru_UA
Command-line arguments:  -os linux -ws gtk -arch x86

Does anyone know, how do I deal with this?

like image 804
George Avatar asked Jul 20 '10 08:07

George


2 Answers

Use the contextual menu on the Project in error, "Android Tools"-->"Fix project properties", I also tried "Refresh (F5)" in the same pass, than it worked again.

like image 88
Chocolate lover Avatar answered Sep 24 '22 01:09

Chocolate lover


ADT does not work good with the platform itself. Actually, the platform is not an android project itself.

like image 30
George Avatar answered Sep 23 '22 01:09

George