Horje
caused by: java.lang.runtimeexception: no installed build tools found. install the android build tools version 19.1.0 or higher. Code Example
caused by: java.lang.runtimeexception: no installed build tools found. install the android build tools version 19.1.0 or higher.
Fix it by downloading sdk package called platform-tools and buid-tools using sdkmanager. You can use sdkmanager.exe or if you use SDK CLI, go to ~\AppData\Local\Android\sdk\tools\bin and run this command:

sdkmanager "platform-tools" "platforms;android-26"

This should fix the problem.




Java

Related
what is local variable in java Code Example what is local variable in java Code Example
jsp redirect to another url Code Example jsp redirect to another url Code Example
repository query spring boot Code Example repository query spring boot Code Example
replace substring at index java Code Example replace substring at index java Code Example
java remove last character Code Example java remove last character Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8