**结束。**此问题需要详细的调试信息。它目前不接受答案。
**想改进这个问题吗?**更新问题,使其成为堆栈溢出的主题。
四天前关门了。
改进这个问题
这就是构建中的错误。这是xml文件中的代码。其中一些在我运行应用程序后出错。
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.loginregister"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="30" />
<uses-permission android:name="android.permission.INTERNET" />
<application
android:allowBackup="true"
android:appComponentFactory="androidx.core.app.CoreComponentFactory"
android:debuggable="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:testOnly="true"
android:theme="@style/Theme.LoginRegister" >
<activity android:name="com.example.loginregister.Login" />
<activity android:name="com.example.loginregister.Signup" />
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<activity android:name="com.example.loginregister.MainActivity" >
</activity>
</application>
</manifest>
它似乎是一些更新时,建设开始,因为在此之前,所有的代码是好的
暂无答案!
目前还没有任何答案,快来回答吧!