0

我已经在我的手机中运行了 SanAngeles 演示。

以下是我采取的步骤:

$ android update project -p . --target android-14
$ ndk-build -B V=1 APP_OPTIM=debug NDK_DEBUG=1
$ ant debug install

它安装得很好。我看到该程序是从智能手机中的应用程序列表中安装的。如果我单击 DemoActivity 图标,它就会运行。

但是,如果我尝试在主机控制台上执行此操作:

$ adb shell
shell@android: $ am start -a android.intent.action.MAIN -n com.example.sanangeles/com.example.sanangeles.demoactivity

Error type 3
Error: Activity class {com.example.sanangeles/com.example.sanangeles.demoactivity}
does not exist.

有什么建议吗?

4

0 回答 0