错误信息:
No Launcher activity found!
The launch will only sync the application package on the device!
分析:
AndroidManifest.xml文件中缺少
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>