为什么显示“错误:格式错误(无效的令牌)”。在android studio中

时间:2020-09-28 12:16:58

标签: android-studio

我最近下载了android studio。在那里我看到了一个错误 “错误:格式不正确(令牌无效)。”我不明白为什么,但是这是我的代码:

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@drawable/car"
    app:layout_behavior="@string/appbar_scrolling_view_behavior">

</RelativeLayout>  

我自2-3个小时以来一直在努力,我们将不胜感激。 请帮助我现在应该做什么?

0 个答案:

没有答案