mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
fix for new location. Need to get this out of git somehow.
This commit is contained in:
parent
cb5763312d
commit
aa825bf662
2 changed files with 4 additions and 6 deletions
|
@ -1,17 +1,15 @@
|
|||
Here's how I'm building crosswords for Android.
|
||||
|
||||
First, my working directory is XWords within this (android/)
|
||||
directory.
|
||||
directory. And note that local.properties, also there, needs to be
|
||||
edited so that sdk.dir points to where your sdk is installed.
|
||||
|
||||
Build the jni library (the cross-platform code):
|
||||
# ../scripts/ndkbuild.sh
|
||||
|
||||
Then build the app for the emulator (first time)
|
||||
Then build the app for the emulator
|
||||
# ant install
|
||||
|
||||
subsequent times
|
||||
# ant reinstall
|
||||
|
||||
Build for a device (requires you've set up your keys. I did this too
|
||||
long ago to remember how but the info's easy to find):
|
||||
# ant release
|
||||
|
|
|
@ -7,4 +7,4 @@
|
|||
# location of the SDK. This is only used by Ant
|
||||
# For customization when using a Version Control System, please read the
|
||||
# header note.
|
||||
sdk.dir=/home/andy/android-sdk-linux_86
|
||||
sdk.dir=/home/andy2/android-sdk-linux_86
|
||||
|
|
Loading…
Reference in a new issue