GCRC / nunaliit_android

Android application for Nunaliit
MIT License
1 stars 1 forks source link

nunaliit_android

Android application for working with Nunaliit atlas data while offline.

In development:

Near future features:

Wish list:

Building

After cloning you must build nunaliit2.

  1. The nunaliit2 project is referenced as a git submodule and needs to be cloned separately after cloning the Android project repo:

git submodule init && git submodule update

  1. Then the nunaliit2-js and nunaliit2-js-external components need to be built (requires maven):
cd nunaliit2 && mvn clean install
cd nunaliit2-js && mvn package
cd ../nunaliit2-js-external && mvn package

After doing the above steps you should have the entrypoint script used by the Android app's webview, nunaliit2-debug.js, and be able to build & run it in Android Studio.

Updating

git fetch
git pull origin master
git submodule update
cd nunaliit2 && mvn clean install

Possible pitfalls:

Adding plugins

Plugins must be added manually and cannot use the CLI. To do so: