Reputation: 157
I have Android Studio 3.0.1 it was working fine until yesterday. Today when I just opened Android Studio, my "Run" button is not running application. It is green in color which means it is not disable, but still it is not doing any function on click. Why?
Upvotes: 1
Views: 2160
Reputation: 157
I found the error, somehow adb.exe file was deleted from platform-tools folder and error was
"Unable to locate adb java.lang.IllegalArgumentException: Unable to locate adb" .
Just copy paste adb.exe file into platform-tools folder, and working now.
Upvotes: 8