Android Studio渲染问题无法加载平台渲染库

时间:2016-08-12 09:14:06

标签: android android-studio android-sdk-tools

我刚开始使用android studio,安装并创建了一个新项目。 创建了一个空活动,当我转到app>res>layout>activity_main.xml时,我无法看到预览。它说 - > 渲染问题无法加载平台渲染库

我尝试通过单击上面的android更改API级别,Tried-> 24,22,18 但他们都给了我同样的错误。!

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:paddingBottom="@dimen/activity_vertical_margin"
    android:paddingLeft="@dimen/activity_horizontal_margin"
    android:paddingRight="@dimen/activity_horizontal_margin"
    android:paddingTop="@dimen/activity_vertical_margin"
    tools:context="com.app.myfirstapp.MainActivity">
<TextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="Hello World!" />
</RelativeLayout>`

Eclipse中的渲染效果很好,为什么不在Android Studio中呢? 我使用的是Android Studio v2.1,SDK工具 - &gt; 25.2.1 rc1,Android平台版本:API 22:Android 5.1(Lollipop)修订版2

这是 activity_main.xml 文件,任何帮助都

任何帮助将不胜感激!

1 个答案:

答案 0 :(得分:2)

转到xml的“设计”选项卡,减少从下拉列表中查看时使用的Android版本。

看看这个: Android Studio rendering problems