gpt4 book ai didi

Android Studio 渲染问题加载平台渲染库失败

转载 作者:行者123 更新时间:2023-11-30 01:05:20 28 4
gpt4 key购买 nike

我刚开始使用 android studio,安装并创建了一个新项目。创建了一个空 Activity ,当我转到 app>res>layout>activity_main.xml 时,无法看到预览。它说 -> Rendering Problems Failed to load platform rendering library

我尝试通过点击上面的 android 来更改 API 级别,尝试过-> 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 Tools-> 25.2.1 rc1,Android 平台版本:API 22:Android 5.1 (Lollipop) 修订版 2

这是activity_main.xml文件,有什么帮助吗

如有任何帮助,我们将不胜感激!

最佳答案

转到 xml 的“设计”选项卡,并从下拉列表中减少要使用的 android 版本。

看看这个: Android Studio rendering problems

关于Android Studio 渲染问题加载平台渲染库失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38914249/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com