You are viewing a single comment's thread from:
RE: Planets | A Multiplayer Planet Gravity Game
Could you maybe add a non-android interface? I actually don't want to go through the stress of installing of installing android SDK to eclipse.
Could you maybe add a non-android interface? I actually don't want to go through the stress of installing of installing android SDK to eclipse.
Yea, the android build doesn't even work right now, I think I know how to make the gradle project not load the Android project. I'm just testing it out now and will tell you how if it works.
Remove
'android'
from theinclude
line insettings.gradle
. Remove the line referencing the project directory of the Android project insettings.gradle
. Remove theproject(":android")
method inbuild.gradle
.The project should then load without needing the SDK.
I'll add it to the README.MD in a bit.