如何使 Android Wear 应用程序可从手机的 Play 商店下载?
我发布了一个 Android Wear 应用程序,并希望能够将其从手机下载到我的手表上。
我尝试将其打包为带有链接手表应用程序的单个移动应用程序(如此处所述 https://stackoverflow.com/a /25201084/5946933),作为两个单独的包上传到游戏商店。
在这两种情况下,我都可以在手表上获取该应用程序,但只能从手表上的 Play 商店获取,而不能从手机上的 Play 商店获取。
我有两个模块,wear
和mobile
,mobile
的build.gradle包含依赖穿戴应用项目(“:磨损”)
。此外,两个包 ID 相同,但版本代码不同。
我在这里做错了什么?
I've published an Android Wear app and want to be able to download it to my watch from my phone.
I've tried both packaging it as a single mobile app with a linked watch app (like described here https://stackoverflow.com/a/25201084/5946933), as two separate packages uploaded to the play store.
In both cases, I'm able to get the app on my watch, but only from the Play Store on my watch, not from the Play Store on my phone.
This is what it looks like for my app:
And this is want I want it to look like:
I have two modules, wear
and mobile
, and the build.gradle of mobile
contains the dependency wearApp project(":wear")
. Additionally, both package id's are the same, but the version codes are different.
What am I doing wrong here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论