Questions tagged [targetsdkversion]
83 questions
3
votes
2 answers
React-native-reanimated compileSdkVersion is not specified
Hello guys I use react-native-reanimated with '^1.13.3' version and I got this error when ı want to relase an apk;
What went wrong: A problem occurred configuring project
':react-native-reanimated'.
com.android.builder.errors.EvalIssueException:…

Alihaydar
- 91
- 3
- 9
3
votes
1 answer
App installation fails in Android 12 devices
Our app fails to install after migrating to the targetSdkVersion 31. On trying to find the issue we found that a library was using FLASHLIGHT permission and we were getting this error while installing:
Installation failed due to: 'Failed to commit…

Eldho Paul Konnanal
- 500
- 1
- 4
- 23
3
votes
0 answers
Android data binding not working (compileSdkVersion 31)
I'm trying to implement data binding in my app and failing miserably. I can't seem to find anyone with a similar problem, so I'm hoping someone here has an idea as to why this is happening.
When I follow this tutorial from Android Kotlin…

nuua
- 31
- 3
2
votes
0 answers
React Native: If I'm updating targetSdkVersion, should I update anything else?
I'm upgrading the version of React Native OneSignal to 4.8.0, and in the ChangeLog it says change your Android targetSdk to 33. I currently have compileSdkVersion and targetSdkVersion both set to 31.
What I Want To Know:
Should I also set…

gkeenley
- 6,088
- 8
- 54
- 129
2
votes
2 answers
How to upgrade targetSdkVersion 33
I am currently using Flutter V2.5.0. I updated to targetSdkVersion 33, however, I can't open it and am stuck in the APK file installation process.
How can I update to targetSDK 33 and keep Flutter version 2.5.0?

Hoàng Hải Lương
- 21
- 2
2
votes
1 answer
Android API Level 31 not showing in VS after updating build tools?
I am looking to update my targetSDK version to Level 31, as per a warning I saw on the Google Play Store. But my Visual Studio warns that I don't have it installed. So I went to the Tools tab in SDK Manager and installed Android SDK Build-Tools 31…

angleUr
- 449
- 1
- 8
- 27
2
votes
1 answer
Black space at the bottom with targetSdkVersion 22 on a device with Android 11
Following bug occurs on a fairly new Motorola Defy with Android 11:
I have a weird black bottom bar in my app when my targetSdkVersion is 22 which disappears if I set 24 as targetSdkVersion.
The bug does not appear on my Motorola E2 with Android…

OneWorld
- 17,512
- 21
- 86
- 136
2
votes
1 answer
Execution failed for task ':app:checkDebugAarMetadata set targetSdkVersion 30 and compileSdkVersion 30
I have set targetSdkVersion 31and compileSdkVersion 31 then code works properly but set 30 then showing this error. same dependencies and targetSdkVersion 30 and compileSdkVersion 31 work properly in other projects.
app > build.gradle
…

Kishan Viramgama
- 893
- 1
- 11
- 23
2
votes
1 answer
AGPBI: {"kind":"error","text":"Program type already present:
Here's the Error:
AGPBI: {"kind":"error","text":"Program type already present: android.support.customtabs.ICustomTabsCallback","sources":[{}],"tool":"D8"}
:app:transformDexArchiveWithExternalLibsDexMergerForDebug FAILED
FAILURE: Build failed with an…

Jam
- 91
- 12
2
votes
1 answer
Does the targetSDKVersion in the build.gradle file for an Android application automatically update when there is a new version of Android available?
Here is a snippet of my build.gradle (Module: app) file:
defaultConfig {
applicationId "com.shikhar_mainalee.iownallbitcoin"
minSdkVersion 14
targetSdkVersion 28
versionCode 1
versionName "1.0"
…

Shikhar Mainalee
- 211
- 1
- 12
1
vote
1 answer
Target SDK 33 this app isn't available for your device because older version of android
All users see this error when attempting to install my app from Google Play store.
I have the error message " This app isn't available for your device because it was made for an older version of Android."
We have an old android app that recently was…

steve
- 73
- 1
- 5
1
vote
0 answers
How to set targetSdkVersion 33 in ionic application?
I have created an ionic application using ionic 6 and it works fine. I would like to upload this app to the Google Play Store. I added targetSdkVersion version 33 to the config.xml file based on the Play Store documents.

Shalinee Mishra
- 75
- 2
- 9
1
vote
1 answer
Setting targetSdkVersion 31 crashes my app
My app was working fine till targetSdkVersion 30, as soon as I set to 31, it starts crashing in Android 12. It is working fine in Android 10 or below.
App Build.gradle
def localProperties = new Properties()
def localPropertiesFile =…

YASH PATHAK
- 11
- 2
1
vote
1 answer
React Native AndroidManifest android:exported problem
When I upgrade targetSdkVersion to 12, I got AndroidManifest.xml Error
"Apps targeting Android 12 and higher are required to specify an explicit value for android:exported when the corresponding component has an intent filter defined."
So I added…

Andrei
- 279
- 2
- 6
1
vote
0 answers
XML suggestions are not showing in target version 33 or compile version 33
My issue is that when I change target version 33 or compile version 33 and start layout design in XML then suggestions are not shown, but suggestions are also working in target version 32 or compile version 32
android {
compileSdk 33
…

Urvish Vocsy
- 39
- 5