This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
travelguide/android
2017-01-03 10:02:28 -08:00
..
3rdparty [android] Fixed gradle build and updated with new gradle 1.11 2014-05-04 22:15:02 +03:00
assets [licenses] Fixed wording and formatting 2013-12-12 20:41:56 +03:00
gradle/wrapper Migrated to newer gradle version. 2017-01-03 10:02:17 -08:00
icons Added Montenegro to iOS and Android toolchains 2014-06-17 20:32:42 -10:00
jni [android] Reduced c++ libs size by removing unused code from them 2013-10-09 20:51:35 +03:00
res [and] Germany missing icons fix. 2014-02-07 15:24:07 +03:00
src/com/guidewithme Fixed build errors and updated documentation. 2015-12-05 11:13:22 +03:00
.gitignore [and, git] Ignores for gradle 2013-09-26 13:54:51 +03:00
AndroidManifest.xml [android] Changed install location to auto to avoid strange error 2014-05-23 10:07:47 +08:00
build.gradle Migrated to newer gradle version. 2017-01-03 10:02:17 -08:00
debug.keystore Debug keystore for Android. 2015-12-05 11:13:47 +03:00
gradle.properties Increased build tools version. 2017-01-03 10:02:28 -08:00
gradlew [build] wrapper for gradle. 2013-09-27 16:35:33 +03:00
gradlew.bat [android] Fixed gradle build and updated with new gradle 1.11 2014-05-04 22:15:02 +03:00
link_data_to_assets.sh [android] Additional resources links. 2013-08-06 13:28:25 +03:00
README.txt Fixed build errors and updated documentation. 2015-12-05 11:13:22 +03:00
settings.gradle [android] Fixed gradle build and updated with new gradle 1.11 2014-05-04 22:15:02 +03:00

To compile guides apk you need to create local.properties file with two values:
sdk.dir=/Full/path/to/android/sdk
ndk.dir=/Full/path/to/android/ndk

and you need to clone mapsme android api repo (don't forget to update it if already cloned):
cd 3rdparty; git clone git@github.com:mapsme/api-android.git

Use
./gradlew installDebug (or iD) to build and install debug version or
./gradlew assembleRelease (or aR) to create release apk (installRelease to test it on a device)