.deployment.AsyncDevicesGetter - adb not found 解决方法
7/21/2021 12:52:32 PM
.deployment.AsyncDevicesGetter - adb not found 解决方法
First you shout sync successfully , in case you can`t sync successfully?
Follow this steps,
- Download latest version of
gradle
.
-
gradle download link
-
After downloading it extract new folder.
-
Then open android studio. Go to file->settings->Build,Execution,Deployment->Gradle.
-
Then choose Use local gradle distribution and in the Gradle home give path of the folder where we have extracted file.
-
Finally restart your android studio.
Otherwise it will be occur from offline work in Global Gradle Settings , if its checked please UnCheck it. Have a nice day.