DaveNOTDavid
DaveNOTDavid

Reputation: 1803

Creating and running an Android wear app

Based on the Android docs (https://developer.android.com/intl/pt-br/training/wearables/apps/creating.html), is it recommended to follow this procedure even if my wear app has no notifications in it? My project basically consists of modules (common, mobile, and wear) which runs perfectly well whenever I run either the mobile or wear module on the according virtual emulator.

Thanks a bunch!

P.S. Could anybody link me to the Android Wear app on Google Play? I can't seem to find it.

Upvotes: 0

Views: 157

Answers (1)

Rifat Rashid
Rifat Rashid

Reputation: 96

You should still follow the instruction set within the link you have referenced. Link to wear app on the playstore: https://play.google.com/store/apps/details?id=com.google.android.wearable.app

Upvotes: 1

Related Questions