Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以使用所有 adb 功能,但是当我尝试使用adb -r install /package.adb它时,它只会给我:
adb -r install /package.adb
“2858 KB/s(1.406 秒内 4116553 个字节)”
就是这样,没有任何反应。当我在另一台计算机上执行此操作时,它会部署应用程序并重新启动它。有什么问题?
安装后尝试运行此命令:
adb shell am start -a android.intent.action.MAIN -n your.package/.possibleSubfolder.MyMainActivity