<manifest android:versionName="1.0" android:versionCode="1" package="com.sveder.hwopengl" xmlns:android="http://schemas.android.com/apk/res/android">
<activity android:name="com.sveder.hwopengl.MainActivity" android:label="@string/app_name" android:screenOrientation="landscape">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
它说&#34;多根标签&#34;并且只有一个根布局 thx求助
答案 0 :(得分:0)
您需要关闭intent-filter,然后关闭manifest标记。然后将</intent-filter>
然后</manifest>
添加到文件中。