简体   繁体   English

将应用的目标 API 级别更改为至少 26

[英]Change your app's target API level to at least 26

When I raise my app on Google play This shows me the problem当我在 Google Play 上提出我的应用程序时,这向我展示了问题

Your app currently targets API level 25 and must target at least API level 26 to ensure it is built on the latest APIs optimized for security and performance.您的应用程序当前以 API 级别 25 为目标,并且必须至少以 API 级别 26 为目标,以确保其构建在针对安全性和性能进行了优化的最新 API 之上。 Change your app's target API level to at least 26将应用的目标 API 级别更改为至少 26

  • Note I use Unity注意我使用 Unity

You have updated sdk the latest version您已更新 sdk 最新版本

Please help how I change API level to at least 26 in Unity请帮助我如何在 Unity 中将 API 级别更改为至少 26

Thanks谢谢

Just open your build.gradle(Module: app) and change your compileSdkVersion and targetSdkVersion 26 or more than 26. 只需打开build.gradle(Module:app)并更改您的compileSdkVersion和targetSdkVersion 26或更多26。 在此处输入图片说明

Target API level is a setting in PlayerSetting. 目标API级别是PlayerSetting中的设置。 Just change it there 只是在那里改变

在此处输入图片说明

  • go to build.gradle file in your project项目中的 go 到build.gradle文件
  • look for defaultTargetSdkVersion & defaultCompileSdkVersion寻找defaultTargetSdkVersion & defaultCompileSdkVersion
  • then change value to 26然后将值更改为26 在此处输入图像描述

暂无
暂无

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

相关问题 将应用的目标 API 级别更改为至少 30 - React Native - Change your app's target API level to at least 30 - React Native 如何将我的应用程序的目标 API 级别从 23 更改为 26 - how to Change my app's target API level from 23 to 26 Google拒绝了我的具有审核的应用程序,请更新您的应用程序为目标API级别26 - Google rejected my app with review, Please update your app to target API level 26 React Native EXPO:将应用程序的目标 API 级别更改为至少 31 - React Native EXPO: change app's target API level to at least 31 您的应用当前针对 API 级别 30,并且必须至少针对 API 级别 31 - Your app currently targets API level 30 and must target at least API level 31 无法将 Cordova 应用程序提交到 Play 商店 - (您的应用程序当前针对 API 级别 30,并且必须至少针对 API 级别 31) - Can't submit Cordova app to the Play Store - (Your app currently targets API level 30 and must target at least API level 31) 离子应用程序以API级别25为目标,并且必须至少以API级别26为目标 - Ionic application targets API level 25 and must target at least API level 26 您的应用目前以 API 级别 30 为目标,并且必须至少以 API 级别 31 为目标,以确保它是基于最新的 API 构建的 - Your app currently targets API level 30 and must target at least API level 31 to ensure it is built on the latest APIs 将nativescript应用升级到api级别26+ - upgrade nativescript app to api level 26+ Delphi Android应用API级别26? - Delphi Android app API level 26?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM