简体   繁体   English

发布 Wear OS 表盘和 Android 配套应用

[英]Publish Wear OS watch face and an Android companion app

I have built a watch face app for Wear OS on Watch Face Studio and published the.aab from there to Google Play.我在 Watch Face Studio 上为 Wear OS 构建了一个表盘应用程序,并从那里将 .aab 发布到 Google Play。 So far so good, however I've now built a companion app with Android Studio and got another.aab from there.到目前为止一切顺利,但我现在已经使用 Android Studio 构建了一个配套应用程序,并从那里获得了 another.aab。 My question is how do I publish both of these separate apps as one to Google Play?我的问题是如何将这两个单独的应用程序作为一个应用程序发布到 Google Play? (Both have the same package name) (两者具有相同的 package 名称)

Publishing them in the same listing with the same package name is completely normal and in fact required.使用相同的 package 名称将它们发布在同一个列表中是完全正常的,实际上是必需的。

https://developer.android.com/training/wearables/packaging https://developer.android.com/training/wearables/packaging

Under Advanced make sure you have a Wear OS type added在高级下确保您添加了 Wear OS 类型

在此处输入图像描述

Not sure if it is different when you start with a Wear OS app only.不确定当您仅从 Wear OS 应用开始时是否会有所不同。

For clear understanding, make two builds one for watch and one for mobile app, with different version names, and select both builds and drag and drop both on upload console, and rollout together.为了清楚理解,制作两个版本,一个用于手表,一个用于移动应用程序,具有不同的版本名称,并且 select 两个构建和拖放都在上传控制台上,并一起推出。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM