Android应用,上传和安装成功。但我的设备上没有显示任何内容

时间:2013-08-07 07:24:05

标签: android eclipse

我的Android手机是Galaxy S 3.安卓系统4.1.2 当我将手机连接到电脑时,没有app可以通过eclipse运行。 他们都表明"

[2013-08-07 15:11:43 - test005] Android Launch!
[2013-08-07 15:11:43 - test005] adb is running normally.
[2013-08-07 15:11:43 - test005] Performing com.example.test005.MainActivity activity launch
[2013-08-07 15:11:43 - test005] Automatic Target Mode: Unable to detect device compatibility. Please select a target device.
[2013-08-07 15:11:45 - test005] Uploading test005.apk onto device 'aa1974fe'
[2013-08-07 15:11:45 - test005] Installing test005.apk...
[2013-08-07 15:11:57 - test005] Success!
[2013-08-07 15:11:57 - test005] Starting activity com.example.test005.MainActivity on device aa1974fe"

但最终手机上什么都没发生。 该应用程序可以在我的另一部手机上运行。怎么回事? 银河s3。 Deverloper选项已激活

2 个答案:

答案 0 :(得分:3)

检查您的清单文件,您必须在主要活动的<intent-filter>标记

中包含此操作和相对类别标记
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />

答案 1 :(得分:0)

在上面的logcat中你的应用程序刚刚部署。没有启动..再次运行它将完美地工作,因为当应用程序启动时控制台显示此类消息

ActivityManager:开始:意图{act = android.intent.action.MAIN cat = [android.intent.category.LAUNCHER] cmp = com.flowers_1800 / .HomeTabActivity}