The project target (Android 6.0) was not properly loaded或者The rendering target (Android 6.0) is still loading.
时间:2016-10-15 18:58:25
收藏:0
阅读:1133

第一步:在project上右键选择Properties,然后选择Android,

然后在Project Build Target那里选择其他的Target试试:

第二步:
我选了6.0之后,就有菜单可以选了:

,然后这个Android Version,可以选低版本的,渲染就成功了。还不成功的话可能是布局里有EditText,而且没有指定inputType。
原文:http://www.cnblogs.com/johnsonwei/p/5964926.html
评论(0)