6

While using expo they are telling me -> " If you are using Genymotion go to Settings -> ADB, select "Use custom Android SDK tools", and point it at your Android SDK directory."

Like in the image "Use custom Android SDK tools". Now where should I point after clicking browse.

Apon
  • 152
  • 1
  • 3
  • 12
  • It will be like `/home/pc_userName/Android/Sdk` here. If you previously install Android SDK. – Nitin Patel May 26 '17 at 11:37
  • /home/pc_userName/after that there is no Android folder – Apon May 26 '17 at 11:49
  • Previously I installed android sdk through android studio. But I may have accidentally deleted that particular folder. Thank you for pointing that out. Your "It will be like /home/pc_userName/Android/Sdk here. If you previously install Android SDK." Answers my question . Thank you Nitin . – Apon May 26 '17 at 12:00

1 Answers1

2

Go to Project Structure from the File menu. there you can see SDK directory.enter image description here

From here you can copy it and paste it into the Genymotion SDK option. May this help you.

Abhinav Suman
  • 940
  • 1
  • 9
  • 29
PRATEEK BHARDWAJ
  • 2,364
  • 2
  • 21
  • 35