2017-12-30 02:56:50 +01:00
|
|
|
(Updated Dec 2017)
|
2010-01-02 20:10:08 +01:00
|
|
|
|
2017-12-30 02:56:50 +01:00
|
|
|
Here's how I'm building CrossWords for Android.
|
2015-03-03 16:12:44 +01:00
|
|
|
|
2017-12-30 02:56:50 +01:00
|
|
|
First, cd into the directory xwords4/android. Everything
|
|
|
|
happens there.
|
2015-03-03 16:12:44 +01:00
|
|
|
|
2017-12-30 02:56:50 +01:00
|
|
|
To build and install the debug version of CrossWords:
|
2015-03-03 16:12:44 +01:00
|
|
|
|
2017-12-30 02:56:50 +01:00
|
|
|
# ./gradlew clean insXw4Deb
|
2010-01-02 20:10:08 +01:00
|
|
|
|
2017-12-30 02:56:50 +01:00
|
|
|
To build and install the debug version of CrossDbg (a variant meant
|
|
|
|
for development that can co-exist with CrossWords):
|
2010-01-02 20:10:08 +01:00
|
|
|
|
2017-12-30 02:56:50 +01:00
|
|
|
# ./gradlew -PuseCrashlytics insXw4dDeb
|
2015-03-03 16:12:44 +01:00
|
|
|
|
2017-12-30 02:56:50 +01:00
|
|
|
I do all development on Debian and Ubuntu Linux systems. I have built
|
|
|
|
on MacOS, where once you get all the necessary tools installed via
|
|
|
|
homebrew there's only one problem I'm aware of: the parameter 'white'
|
|
|
|
that's passed to convert by android/scripts/images.mk on Linux systems
|
|
|
|
needs to be 'black' on MacOS. I have no clue why. If you don't make
|
|
|
|
this change the subset of actionbar icons that are generated from .svg
|
|
|
|
files will be black-on-black.
|