課程
/移動開發
/Android
/Android攻城獅的第二門課(第1季)
這個是怎么回事啊
2016-04-12
源自:Android攻城獅的第二門課(第1季) 4-2
正在回答
我最后再AndroidMainFest.xml里面吧
<intent-filter>
? ? ? ? ? ? ? ? <action android:name="android.intent.action.MAIN" />
? ? ? ? ? ? ? ? <category android:name="android.intent.category.LAUNCHER" />
? ? ? ? ? ? </intent-filter>
放回到默認的main_activity。xml中問題就解決了了
含淚韻心弦 提問者
我和樓主情況一樣,樓主問題解決了嗎
看下LogCat下面的報錯信息
舉報
本課程由淺入深地帶您學會Android的常用控件的開發和使用
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2016-04-24
我最后再AndroidMainFest.xml里面吧
<intent-filter>
? ? ? ? ? ? ? ? <action android:name="android.intent.action.MAIN" />
? ? ? ? ? ? ? ? <category android:name="android.intent.category.LAUNCHER" />
? ? ? ? ? ? </intent-filter>
放回到默認的main_activity。xml中問題就解決了了
2016-04-24
我和樓主情況一樣,樓主問題解決了嗎
2016-04-12
看下LogCat下面的報錯信息