I'm trying to build for Android but without Android Studio. I did the necessary procedures, I downloaded sdkmanager, gradle but when I run the command ionic cordova build android
. I get the following error:
- What went wrong:
A problem occurred evaluating root project 'android'. No installed build tools found. Install the Android build tools version 19.1.0 or higher.
But I already installed sdkmanager, when I run the command sdkmanager --list I have the following output:
And I see that Android SDK tools is already installed in version 26.1.1, thanks any help.
tools
but I don't seeandroid sdk build-tools
, you need to install that one too – Reza