[Debug] ERROR: No installed build tools found. Please install the Android build tools version 19.1.0 or higher.

2019. 2. 21. 12:04Programing/Debugging

[Problem]
ERROR: No installed build tools found. Please install the Android build tools version 19.1.0 or higher.

 

[Solution]

1. \Sdk\tools\bin>sdkmanager "build-tools;19.1.0"

Warning: File C:\Users\victo\.android\repositories.cfg could not be loaded.
[=======================================] 100% Unzipping... android-4.4.2/libcla

 

2. Restart AndroidStudio