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
Post a Comment