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?


在错误的项目中使用上下文菜单,“安卓工具” - >“修复项目属性”,我也尝试了“刷新(F5)”在同一通道,比再次工作。


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


I really struggled with this one and finally solved it using the solution here: "Debug certificate expired" error in Eclipse Android plugins

I also had the error message you mention, but somehow, deleting the keystore fixed everything.

ps do a clean after deleting the keystore.

Yusuf

链接地址: http://www.djcxy.com/p/91342.html

上一篇: 类文件中的错误版本

下一篇: 无法加载Android项目的属性文件