jjzjj

android - Expo with Android Studio 模拟器错误 : "Error running adb: This computer is not authorized to debug the device"

coder 2023-12-16 原文

我正在尝试将 Android Studio 模拟器连接到我的 expo 应用程序,但我收到此错误消息:

Couldn't start project on Android: Error running adb: This computer is not authorized to debug the device. Please follow the instructions here to enable USB debugging: https://developer.android.com/studio/run/device.html#developer-device-options. If you are using Genymotion go to Settings -> ADB, select "Use custom Android SDK tools", and point it at your Android SDK directory.

有人知道怎么办吗?

谢谢!

最佳答案

刚才对我有用的是:

  1. 转到工具。
  2. 在 Android Studio 中选择 avd。
  3. 选择您的模拟器。
  4. 删除数据。
  5. 点击“重新开始”。

关于android - Expo with Android Studio 模拟器错误 : "Error running adb: This computer is not authorized to debug the device",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52564042/

有关android - Expo with Android Studio 模拟器错误 : "Error running adb: This computer is not authorized to debug the device"的更多相关文章

随机推荐