Package with Android Studio
To properly package a wearable app in Android Studio:
- Include all the permissions declared in the manifest file of the wearable app module in the manifest file of the handheld app module. For example, if you specify the
To properly package a wearable app in Android Studio: