简体   繁体   中英

Adb devices sees my phone, Android Studio doesn't

I've recently changed the computer to MacBook Pro. In the Android Studio when I want to install the application (Select Deployment Target), I don't have any devices listed. Strange things are that when I type ADB devices to the terminal I have my device listed there (not offline, its properly attached.). After building .apk and again typing in terminal ADB install ... i was able to install my application. What should I do to make Android Studio sees my device properly? I've tried restarting everything, I've turned off and on all the programmer and debugging options inside the phone. Also it's not showing any Virtual Devices I've created.

I had a similar behaviour on a Windows machine:
adb devices was listing the devices while Android Studio was not able to see it.
I've found out that the reason was that Android Studio was not able to find adb executable. I've fixed it on my machine by adding [Path-to-android-sdk]\\platform-tools\\ folder to the PATH variable and restarting Android Studio.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM