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/README.txt
2015-12-05 11:13:22 +03:00

10 lines
No EOL
472 B
Text

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)