简体   繁体   中英

Using ionic + Cordova in visual studio i keep getting "No installed build tools found. Install the Android build tools version 19.1.0 or higher."

I have seen a lot of posts about this, but none of the solutions in those posts solve my problem. I have installed the android sdk according to how it should be installed and added the ANDROID_SDK_ROOT system variable.

Here's my folder structure: folder structure

And here's my system variables System Variables

If go to powershell and type sdkmanager --list --verbose it will list all of my installed packages and it includes all of the build tools. yet when i run ionic cordova run android --verbose --no-native-run in visual studio i get the following error:

Checking Java JDK and Android SDK versions
ANDROID_SDK_ROOT=C:\android-sdk-windows (recommended setting)
ANDROID_HOME=C:\Android\sdk (DEPRECATED)
Using Android SDK: C:\Android\sdk
Subproject Path: CordovaLib
Subproject Path: app

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
Where:
Script 'C:\ProyectoTFG\IonicProject\MonitorApp\platforms\android\CordovaLib\cordova.gradle' line: 64

What went wrong:
A problem occurred evaluating project ':app'.
> No installed build tools found. Install the Android build tools version 19.1.0 or higher.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
What went wrong:
A problem occurred configuring project ':app'.
> compileSdkVersion is not specified. Please add it to build.gradle

Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

I couldn't get it to work wit the standalone android sdk. I had to uninstall it and install android studio.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM