這是AndroidManifest.xml源代碼<?xml version="1.0" encoding="utf-8"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" ? ?package="activitytest.example.com.lgqrl10"> ? ?<application ? ? ? ?android:allowBackup="true" ? ? ? ?android:icon="@mipmap/ic_launcher" ? ? ? ?android:label="@string/app_name" ? ? ? ?android:supportsRtl="true" ? ? ? ?android:theme="@style/AppTheme"> ? ? ? ?<activity android:name=".MainActivity" ? ? ? ? ? ?android:label="@string/app_name"> ? ? ? ? ? ?<intent-filter> ? ? ? ? ? ? ? ?<action android:name="android.intent.action.MAIN"/> ? ? ? ? ? ? ? ?<category android:name="android.intent.category.LAUNCHER"/> ? ? ? ? ? ?</intent-filter> ? ? ? ?</activity> ? ?</application></manifest>謝了呀,初學(xué)者,不要見怪呀。謝謝
- 2 回答
- 1 關(guān)注
- 1138 瀏覽
添加回答
舉報
0/150
提交
取消