首页 > 解决方案 > 为什么它显示“错误:格式不正确(无效令牌)”。在安卓工作室

问题描述

我最近下载了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 小时开始工作,任何帮助将不胜感激。请帮助我现在该怎么办???

标签: android-studio

解决方案


推荐阅读