当前位置: 代码迷 >> 综合 >> 打包android wear 应用程序 Package with Android Studio
  详细解决方案

打包android wear 应用程序 Package with Android Studio

热度:45   发布时间:2023-12-16 16:18:15.0

Package with Android Studio


To properly package a wearable app in Android Studio:

  1. 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 
  相关解决方案