新建文件 Software/OperatingSystem/Android/Shell/Shell_下启动_Android_应用.md
This commit is contained in:
parent
3366e80a2e
commit
6651b41a4c
|
@ -0,0 +1,11 @@
|
||||||
|
# Shell_下启动 Android 应用
|
||||||
|
|
||||||
|
Android Shell 下可通过命令启动一个应用程序:
|
||||||
|
|
||||||
|
am start -n <包名>/<Main Activity>
|
||||||
|
|
||||||
|
示例如下:
|
||||||
|
|
||||||
|
am start -n com.example.autolinktest/.MainActivity
|
||||||
|
|
||||||
|
可在 /data/app 等 apk 安装目录下找到对应应用程序的目录,目录名即为包名。启动应用时 Activity 会打印相关 Log,其中包含应用的主 Activity 名。
|
Loading…
Reference in New Issue