The project target (Android 6.0) was not properly loaded或者The rendering target (Android 6.0) is stil

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了The project target (Android 6.0) was not properly loaded或者The rendering target (Android 6.0) is stil相关的知识,希望对你有一定的参考价值。

技术分享

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

技术分享

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

技术分享

 

第二步:

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

技术分享

,然后这个Android Version,可以选低版本的,渲染就成功了。还不成功的话可能是布局里有EditText,而且没有指定inputType。

 

以上是关于The project target (Android 6.0) was not properly loaded或者The rendering target (Android 6.0) is stil的主要内容,如果未能解决你的问题,请参考以下文章

报错:failed to get the task for process XXX(解决方案)

Solve VS2010 Error "Exceptions has been thrown by the target of an invocation"

process launch failed : failed to get the task for process xxx

在 Target 中获取项目引用的所有依赖(dll/NuGet/Project)的路径

eclipse svn提交时忽略target .project .classpath等文件

Maven的属性,${project.basedir},${project.build.directory}:项目构件输出目录,默认为 target/