开发小型android项目。为了在2.3.6设备中测试该APK,我更改为 minSdkVersion =" 10" 形式 minSdkVersion =" 12"。之后正在运行该项目,应用程序没有加载到模拟器上。它在错误日志 No command output when running: 'am start -n org.example.androidsdk.demo/org.example.androidsdk.demo.MainActivity -a android.intent.action.MAIN -c android.intent.category.LAUNCHER' on device emulator-5554.
上显示错误之后我尝试运行简单的hello world得到同样的错误。我的Eclipse有什么问题?