赞
踩
在鸿蒙应用开发的过程中,会遇到设备没有添加到AppGallery的问题,这个时候需要找到设备的udid并添加到AppGallery上
方法一:
- Failure[INSTALL_FAILED_APP_SOURCE_NOT_TRUSTED]
- The profile does not contain the udid of the device.
- Apply for a new profile.
解决方法:
PS D:\HuaweiSDK\toolchains> .\hdc.exe shell bm get -udid
6C0B3F89708973191C07372AB748E40286C7DDEA50E7142445E1044EEE70D0D0
如果上面没看懂的话,那么请接着继续看
①进入鸿蒙SDK的toolchains目录,找到hdc.exe
②cmd进入该目录,然后输入命令.\hdc.exe shell bm get -udid 即可
方法二:
1 首先adb devices查看
2 adb shell bm get -udid 用这个命令
那些解决了问题,点赞+关注的人已经成为了大佬·········
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。