I have an Ionic project running in Mac and when I run the command ionic run android
I get this
You have not accepted the license agreements of the following SDK components: [Android SDK Platform 24, Android SDK Build-Tools 25.0.1]. Before building your project, you need to accept the license agreements and complete the installation of the missing components using the Android Studio SDK Manager.
I had run the following commands but they hadn't solve the problem
android update sdk --no-ui --all --filter build-tools-23.0.1,android-23,extra-android-m2repository
android update sdk --no-ui --all --filter build-tools-24.0.1,android-24,extra-android-m2repository
android update sdk -a --filter platform-tools,build-tools-21.0.1,android-21,extra-android-m2repository --no-ui --force
I don´t know what platform-tools is missing, any ideas?