【发布时间】:2015-09-05 03:46:34
【问题描述】:
我正在使用我的 Cubot S208 为我的 Android 应用程序使用 USB 调试。
如果我在命令行中输入adb devices,我会收到以下信息:
0123456789ABCDEF device
很明显,该设备已获得授权。
但是,在 Android Studio 中,我收到以下消息:
for device 0123456789ABCDEF: device unauthorized. Please check the confirmation dialog on your device.
为什么会这样?
Android Studio 识别名为“Cubot S208”的设备也可以正确识别可调试的应用程序。
所以一切看起来都很好。
当消息出现在我的手机屏幕上时,我始终允许从我的笔记本电脑进行 USB 调试。
有什么想法吗?
【问题讨论】:
标签: android debugging adb device