猿问

设计的东西全没了。

这是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>

谢了呀,初学者,不要见怪呀。谢谢

http://img.mukewang.com/59814c880001b52104750859.jpg


龙谷情
浏览 1089回答 2
2回答

FRISHRIGHT

应该是你layout文件有地方写错了

fatewa

java代码有没有确定设置的布局是你做的这个xml?
随时随地看视频慕课网APP

相关分类

Android
我要回答