You have not accepted the license agreements of the following SDK component

Hi @womo

This sounds like an issue in ionic cloud. Did you try to set your targetSdkVersion to 23? Of course, this is only an option if you do not utilize features from v24. :slight_smile:

If you want to specify the SDK version you can do so by adding the following line to your config.xml

<preference name="android-targetSdkVersion" value="23"/>
4 Likes