gpt4 book ai didi

android - 呈现问题 :Binary XML file line #-1: No start tag found

转载 作者:行者123 更新时间:2023-12-05 07:52:26 26 4
gpt4 key购买 nike

最初我在 android:theme="@style/AppTheme"Manifest 文件中遇到错误。我寻找解决方案并从此解决方案中寻找 Android Studio: Error in Layout Files - Header expected , 我摆脱了那个错误。

但另一方面,我开始在所有布局预览中遇到这样的错误 enter image description here

上图的xml文件是

<?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"
tools:context=".MainActivity" >

<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge"
android:text="Process Inbox"
android:id="@+id/heading"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:gravity="center"
android:textColor="#964acf"
android:textStyle="bold" />

<ExpandableListView
android:id="@+id/inbox_expandable_list"
android:layout_width="match_parent"
android:layout_height="fill_parent"
android:layout_below="@+id/heading">
</ExpandableListView>

</RelativeLayout>

我尝试撤消更改但没有成功,任何人都可以指导我问题的原因或解决方案。

这是我的app.gradle

apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"

defaultConfig {
applicationId "com.abc.xyz"
minSdkVersion 14
targetSdkVersion 23
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.0'
compile 'io.realm:realm-android:0.82.1'
compile 'com.google.code.gson:gson:2.2.2'

}

最佳答案

有个类似的问题herehere

在不同的 Split View之间移动有问题的选项卡很快就成功了。

关于android - 呈现问题 :Binary XML file line #-1: No start tag found,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33625220/

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