$ adb shell am start -n “com.***“ -a android.intent.action.MAIN -c android.intent.category.LAUNCHER(

Posted 彬sir哥

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了$ adb shell am start -n “com.***“ -a android.intent.action.MAIN -c android.intent.category.LAUNCHER(相关的知识,希望对你有一定的参考价值。

                
                
android studio 4.2.2 Kotlin运行apk报错提示:
                
                

$ adb shell am start -n "com.demo.test/com.demo.test.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER

                
                
解决:
                
                
我试了不行,在百度找了很多终于找到一个小问题了
                
android.intent.action.MAIN

以上是关于$ adb shell am start -n “com.***“ -a android.intent.action.MAIN -c android.intent.category.LAUNCHER(的主要内容,如果未能解决你的问题,请参考以下文章

命令行中通过adb shell am broadcast发送带参数广播

Android 通过adb shell am broadcast发送广播

adb shell am force-stop杀不死某些app的原因

adb shell am stack list命令调试查看ActivityManagerService相关属性详解

ADB命令:am

Android adb shell启动应用程序的方法