mobileorg-android
2013-04-27 21:45:11 UTC
Hello,
i tried building mobileorg on my machine, but was not able to get the
build to pass. This is what I did:
1. git clone the repo from github onto my local disk.
2. downloaded and unzipped android-sdk-linux and added tools/ directory
to my PATH.
3. Installed APIs 13 & 15 via the Android SDK Manager
4. Ran ./setup.sh
5. Ran ant debug
6. The build fails with this:
BUILD FAILED
/home/delexi/android-sdk-linux/tools/ant/build.xml:595: The following
error occurred while executing this line:
/home/delexi/code/mobileorg-android/libs/locale/build.xml:46: sdk.dir is
missing. Make sure to generate local.properties using 'android update
project' or to inject it through an env var
7. Ran cat local.properties :
# ... some comments ...
# ... some comments ...
# ...
sdk.dir=/home/delexi/android-sdk-linux
Some more info:
$ ant -version
Apache Ant(TM) version 1.9.0 compiled on March 13 2013
$ java -version
java version "1.7.0_21"
OpenJDK Runtime Environment (IcedTea 2.3.9) (ArchLinux build 7.u17_2.3.9-1-x86_64)
OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)
If you need further or more detailed info please do not hesitate to ask,
I am happy to provide it.
Regards,
Alex
i tried building mobileorg on my machine, but was not able to get the
build to pass. This is what I did:
1. git clone the repo from github onto my local disk.
2. downloaded and unzipped android-sdk-linux and added tools/ directory
to my PATH.
3. Installed APIs 13 & 15 via the Android SDK Manager
4. Ran ./setup.sh
5. Ran ant debug
6. The build fails with this:
BUILD FAILED
/home/delexi/android-sdk-linux/tools/ant/build.xml:595: The following
error occurred while executing this line:
/home/delexi/code/mobileorg-android/libs/locale/build.xml:46: sdk.dir is
missing. Make sure to generate local.properties using 'android update
project' or to inject it through an env var
7. Ran cat local.properties :
# ... some comments ...
# ... some comments ...
# ...
sdk.dir=/home/delexi/android-sdk-linux
Some more info:
$ ant -version
Apache Ant(TM) version 1.9.0 compiled on March 13 2013
$ java -version
java version "1.7.0_21"
OpenJDK Runtime Environment (IcedTea 2.3.9) (ArchLinux build 7.u17_2.3.9-1-x86_64)
OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)
If you need further or more detailed info please do not hesitate to ask,
I am happy to provide it.
Regards,
Alex