Cannot install sqlite storage - Android SDK problem - SOLVED

I cannot figure out how to resolve this issue:

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'android'.
> You have not accepted the license agreements of the following SDK components:
  [Android SDK Platform 24].
  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.

Any help would be great. I cannot install any Cordova plugins :frowning:

This seems to be a common problem that doesn’t get enough attention.

I was able to resolve this issue by running the following command:

android update sdk --no-ui --filter build-tools-24.0.2,android-24,extra-android-m2repository
1 Like