【发布时间】:2019-03-30 09:22:53
【问题描述】:
我在尝试将新 APK 上传/更新到 Google Play 控制台时收到错误 notification。
就像我的较新的APK 版本支持的设备比我的旧APK 少。我在清单文件中添加了两件事。
<uses-feature android:name="android.hardware.camera" />
<uses-feature android:name="android.hardware.camera.autofocus" />
我该如何解决?
【问题讨论】:
-
添加这两行时,会禁用没有摄像头且没有自动对焦功能的设备。
标签: android google-play-console