Search code examples
androidwear-os

Android wear embedded vs. companion app


I have an android app with 3 apks--a mobile apk (essentially only for embedding a wear 1.x apk), the wear 1.x apk, and a wear 2.0 apk. In reading the android guidance for packaging and distribution, they refer to companion apps and embedded apps. It gets confusing reading the guidance. Any help in clarifying the distinction between "embedded app" and "companion app" would be appreciated. Simply put, what is the difference between a companion app and a embedded app?


Solution

  • The companion app is the APK for the phone. The embedded app is the wearable APK that is bundled with the companion app. This is only needed if you target Android Wear 1.x devices.