Mat*_*rix 6 android adb android-app-links
我正在使用以下应用程序链接:https ://developer.android.com/training/app-links/verify-site-associations
使用cmd时:adb shell pm verify-app-links
show: Unknown command: verify-app-links
Run Code Online (Sandbox Code Playgroud)
我的adb版本是:
$ adb --version
Android Debug Bridge version 1.0.41
Version 31.0.3-7562133
Run Code Online (Sandbox Code Playgroud)
几乎是最新的,为什么未知命令:verify-app-links?
Rob*_*ert 10
该前缀adb shell表示该命令在 Android 端执行,因此除非该adb shell命令本身失败,否则平台工具对该命令没有影响。
在链接页面的上方,您可以阅读“从 Android 12 开始”。很可能adb shell pm verify-app-links也仅限于运行 Android 12 或更高版本的设备。
| 归档时间: |
|
| 查看次数: |
3870 次 |
| 最近记录: |