Remove 'android'
from the include
line in settings.gradle
. Remove the line referencing the project directory of the Android project in settings.gradle
. Remove the project(":android")
method in build.gradle
.
The project should then load without needing the SDK.
I'll add it to the README.MD in a bit.