asamm / locus-addon-wearables

Add-on for Locus Map application - "Android wear"
GNU General Public License v3.0
12 stars 8 forks source link
android-wear locus-map watches

Locus Map - add-on Wearables

Add-on for Locus Map (Android) application, focused on using most important features if Locus Map on Android Wear devices.

Add-on consists of these parts.

Change log

See CHANGELOG.md

Important information

Available at: Wear for Locus Map at Google Play

Supports both Android Wear 1.x and 2.0. For Android Wear 2.0 the add-on must be installed separately on both the mobile phone and the watch.

Requires Google Play Services and Locus Map to work. Paired mobile phone required, standalone function not supported on the watch.

Setup project in Android Studio

Debugging

Device part

After importing the project, go to run configurations - launch options - launch - select "Nothing". Since device part has no UI, AS will not be able to run the project saying "Default Activity not found" until Launch: Nothing is selected

Wear

Release

Both modules needs to be generated and published separately.

device module generate over :device:assembleRelease gradle task. Generated APK may be found in the 'device\build\outputs\apk\release\' directory.

wear module generate over :wear:assembleRelease gradle task. Generated APK may be found in the 'wear\build\outputs\apk\release\' directory.