简体   繁体   English

Google Play 控制台 API 级别 26+

[英]Google Play Console API level 26+

I try to upload a beta version of an app on Google Play Console.我尝试在 Google Play 管理中心上传测试版应用。 I got this error message:我收到此错误消息:

在此处输入图片说明

This configuration cannot be published for the following reason(s):由于以下原因,无法发布此配置:
It is forbidden that a device upgrading from API levels in range 14-25 to API levels in range 26+ should downgrade from version 118018 to version 118008, which would occur when禁止从 14-25 范围内的 API 级别升级到范围 26+ 范围内的 API 级别的设备从 118018 版本降级到 118008 版本,这会发生在
Release track containing any of [BETA] and含有释放轨道任何Aβ的和
Screen layouts containing any of [small, normal, large, xlarge] and屏幕布局包含任何 [small, normal, large, xlarge] 和
Features containing all of [android.hardware.FAKETOUCH, android.hardware.screen.PORTRAIT]包含所有的特征[android.hardware.FAKETOUCH,android.hardware.screen.PORTRAIT]

I'm looking for this error for a few hours, I'm out of ideas...我正在寻找这个错误几个小时,我没有想法......

Edit: Here is my build.gradle:编辑:这是我的 build.gradle:

Pastebin link粘贴链接

According to doc you cannot release or publish an Apk for Android O until the release.根据文档,在发布之前,您不能发布或发布适用于 Android O 的 Apk。

You cannot publish your app with this configuration.您无法使用此配置发布您的应用程序。 The “O” version is a provisional API level that is usable only for development and testing during the Android O Developer Preview. “O”版本是一个临时的 API 级别,仅可用于 Android O 开发者预览版期间的开发和测试。 You must wait to publish your Android O changes until the final API level is released, and then update your configuration again at that time.您必须等到最终 API 级别发布后才能发布您的 Android O 更改,然后在那时再次更新您的配置。

More information here .更多信息在这里

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

相关问题 将nativescript应用升级到api级别26+ - upgrade nativescript app to api level 26+ FCM升级后,通知未显示在Android API级别26+上 - Notification not showing on Android API level 26+ after FCM upgrade Android MediaPlayer无法在API 26+上播放音乐 - Android MediaPlayer won't play music on API 26+ Google Play控制台目标SDK级别26要求 - Google Play Console Target SDK Level 26 requirement AES-256是否可以在具有API Level 26+的Android设备上工作? - Can AES-256 work on Android Devices with API Level 26+? 如何在 NativeScript 中实现 Android 后台服务,同时针对 API 级别 26+ 及以下 - How can I implement Android Background Service in NativeScript targeting both API Level 26+ and below Android CRUD MediaStore API 26+ - Android CRUD MediaStore API 26+ Delphi - Google Play上的新应用必须定位到Android 8(API级别26) - 后台的PUSH通知 - Delphi - New apps on Google Play must target Android 8 (API level 26) - PUSH notification in background API 26+:WRITE_EXTERNAL_STORAGE 权限总是被拒绝 - API 26+: WRITE_EXTERNAL_STORAGE permission is always denied 如何从 BroadcastReceiver API 取消服务 26+ - How to cancel service from BroadcastReceiver API 26+
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM