Target Sdk 28. I thought that the gradle build file will override any SDK version related elements because of here but I still relooked at my Android Manifest Apparently my Android Manifest had the line This set my maximum API level After increasing it to 28 it worked.

Unity Manual Android Environment Setup target sdk 28
Unity Manual Android Environment Setup from Unity – Manual

Apparently it’s because since the 1st of august they added a new rule saying that the apps must target Api 28 (it was 26 before so the default Api proposed by processing Android mode) So I need to put “android target sdk” to 28 the problem is that when I do so in the manifest file.

[Android 9 target SDK 28] Backbutton not working · Issue

[Android 9 target SDK 28] Backbutton not working #186 fgarcia5 opened this issue Mar 18 2019 37 comments May be fixed by #225 Labels bug platform android.

Android SDK does not include your Target SDK of 28 Unity Forum

As can be seen in your first screenshot the SDK contains only API level 29 (platforms\android29) If you want to target API Level 28 it has to be installed as well As it&#39s a lower API level than the latest installed Unity asks you to manually install it using the SDK manager You can do this.

android TargetSdkVersion is 28 but highest api level is 26

Apps that set targetSdkVersion to API level 28 or higher must modify their apps to support these behaviors properly where applicable to the app For changes that affect all apps running on Android 9 regardless of which API level they target see Behavior changes all apps Foreground services.

Unity Manual Android Environment Setup

Behavior changes: apps targeting API level 28+ Android

android Target SDK 28 and Bluetooth connectivity issue

How to target android sdk version 28 in order to put an app

Just pay attention that changing target SDK to 26 solved the problem apply plugin &#39comandroidapplication&#39 android { compileSdkVersion 28 useLibrary &#39orgapachehttplegacy&#39 flavorDimensions “default” defaultConfig { applicationId “iliaanrdAcuntui” minSdkVersion 15 targetSdkVersion 26//***28 restarts the Bluetooth activity //If I change.