Page 1 of 1

Android Compilation Error

Posted: Wed Jan 02, 2019 15:53
by runs
I've followed the official instructions

https://dev.minetest.net/Android

But when I do the 'make' I get the following error:

Code: Select all

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'Minetest'.
> Failed to install the following Android SDK packages as some licences have not been accepted.
     build-tools;28.0.3 Android SDK Build-Tools 28.0.3
     platforms;android-28 Android SDK Platform 28
But when I previously installed the sdk I accepted the license.

Any help? Please!!!

Re: Android Compilation Error

Posted: Wed Jan 02, 2019 16:20
by runs
Well, I've changed a line to:

android-sdk-linux/tools/android update sdk --no-ui -a --filter platform-tool,android-28,build-tools-28.0.3

and now it works :-)