nono neno
nono neno

Reputation: 11

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

When I raise my app on Google play This shows me the problem

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. Change your app's target API level to at least 26

You have updated sdk the latest version

Please help how I change API level to at least 26 in Unity

Thanks

Upvotes: 1

Views: 8581

Answers (3)

Binary_Hits00
Binary_Hits00

Reputation: 1481

  • go to build.gradle file in your project
  • look for defaultTargetSdkVersion & defaultCompileSdkVersion
  • then change value to 26 enter image description here

Upvotes: 0

zambari
zambari

Reputation: 5035

Target API level is a setting in PlayerSetting. Just change it there

enter image description here

Upvotes: 0

Gundu Bandgar
Gundu Bandgar

Reputation: 2603

Just open your build.gradle(Module: app) and change your compileSdkVersion and targetSdkVersion 26 or more than 26. enter image description here

Upvotes: 2

Related Questions