Android studio can't connect through ADB on OSX

前端 未结 8 1258
南方客
南方客 2020-12-19 01:16

I\'ve been working a bit with Android Studio on OSX 10.7.5 and it looks very promising. I\'ve run into a problem when trying to launch an application on my device however.

8条回答
  •  误落风尘
    2020-12-19 01:26

    On the OS X the following steps solved my problem:

    1. Disconnect your Android devices;
    2. Quit Android Studio;
    3. Force Quit process 'adb' from the Activity Monitor;
    4. Start Android Studio.

提交回复
热议问题