cordova - ionic run android failed, error gradle line 64 -


previously can compile after updated cordova happended. got error.

failure: build failed exception.  * where: script 'c:\users\jay\testproject\platforms\android\cordovalib\cordova.grad le' line: 64  * went wrong: problem occurred evaluating root project 'android'. > no installed build tools found. please install android build tools version  19.1.0 or higher.  * try: run --stacktrace option stack trace. run --info or --debug option more log output. 

i downloaded required sdk, problem here?

i had same problem , how fixed it. had build-tools version 20 installed still getting error:

no installed build tools found. please install android build tools version 19.1.0 or higher.

so created directory named 20 within build-tools directory, , copied files sdk\build-tools\android-4.4w\* sdk\build-tools\20. problem fixed!


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -