Hi,
I am running AS 3.4.1 (latest) and my app is launched on the device which has Android API 28.
However, I have setup my manifest and my gradle file for my app (it is sync'd) to targetSDK 26.
When I run my app, I choose my device as the target. I read the SDK which prints 28 using this code and printing it on the screen:
`AndroidAPIver = Build.VERSION.SDK_INT;`
What should I do so my app runs with targetSDK 26 on my phone?
I followed a guide like this (I found a cpl like that) but it did not work: https://abhiandroid.com/androidstudio/change-api-sdk-level-android-studio.html
I am running AS 3.4.1 (latest) and my app is launched on the device which has Android API 28.
However, I have setup my manifest and my gradle file for my app (it is sync'd) to targetSDK 26.
When I run my app, I choose my device as the target. I read the SDK which prints 28 using this code and printing it on the screen:
`AndroidAPIver = Build.VERSION.SDK_INT;`
What should I do so my app runs with targetSDK 26 on my phone?
I followed a guide like this (I found a cpl like that) but it did not work: https://abhiandroid.com/androidstudio/change-api-sdk-level-android-studio.html