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 shell 安装当前位于我的下载文件夹中的两个 apk 文件adb install path_here.apk。我已经右键单击文件以获取文件路径,但是它说找不到要安装的文件。有没有办法我可以正确获取路径?
adb install path_here.apk
路径是文件当前所在的文件夹,而不是某种“内部 apk 路径”。所以,试试:
adb install folder/where/file/is/located/file.apk