Project has no default.properties file! Edit the project properties to set one.
导入工程时,报错:
Project has no default.properties file! Edit the project properties to set one.
意思是“工程中没有 default.properties 这个文件”,在网上搜了一个很脑残的方法:
“那就是把project.properties文件重命名一下~\(≧▽≦)/~啦啦啦 就改成default.properties”
这个文件对于我的唯一意义就是最后一行有个指定ADK版本之类的,由于我电脑里装的模拟器版本不全,所以就老是改来改去,囧~
今天其他收获:
1.修改代码的字体大小:Windows->Preferences->General->appearance->colors and fonts->Basic ->Text Font
2.画数据趋势图时,一开始总是无法在一条线和多条线之间切换,后来每次重画前用Layout对象下的removeallViews()这个函数,就相当于又在一张白纸上开始画了。感觉之前也不是没画,就是被之前画的给遮住了吧。。。。。这个问题纠结了我大半天。。。。

浙公网安备 33010602011771号