-1

I have updated Android Studio to 3.4.1 but when i try to run my project it shows

java.lang.IllegalArgumentException: Unable to locate adb

I tried with killing adb process, also tried reinstall studio. but still facing same issue.. It is not working with 3.4.1 version

I have already installed android sdk tools

Aditya Vyas-Lakhan
  • 13,409
  • 16
  • 61
  • 96
  • 2
    Possible duplicate of [Error:Unable to locate adb within SDK in Android Studio](https://stackoverflow.com/questions/27301960/errorunable-to-locate-adb-within-sdk-in-android-studio) – Nikunj Paradva May 21 '19 at 06:14

2 Answers2

0

Try to refresh sdk by Tools->SDK Manager -> SDK Location ->Edit

Raj
  • 39
  • 1
  • 7
0

I tried different ways but did not get any solution. Finally I download Sdk Tools and replaced it. then restarted Android Studio. it worked.

https://developer.android.com/studio/releases/platform-tools.html

Aditya Vyas-Lakhan
  • 13,409
  • 16
  • 61
  • 96