我正在尝试将 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.
有人知道怎么办吗?
谢谢!
最佳答案
刚才对我有用的是:
关于android - Expo with Android Studio 模拟器错误 : "Error running adb: This computer is not authorized to debug the device",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52564042/