Questions tagged [targetsdkversion]

83 questions
0
votes
0 answers

App started crashing after upgrading app targetSDK to 32

I've upgraded my app target SDK 30 to 32, after updating created the release build & installed the builds over the older build(In short, I update the app on the device). Now,app started crashing after this update & getting the following crash…
0
votes
0 answers

Evaluating concequences of targetSdkVersion bumping in old React Native versions

An existing app on React Native 0.61.3 is currently using the following build.gradle settings: buildscript { ext { buildToolsVersion = "28.0.3" minSdkVersion = 21 compileSdkVersion = 28 targetSdkVersion = 29 …
Halvor Holsten Strand
  • 19,829
  • 17
  • 83
  • 99
0
votes
2 answers

Keyboard back button event KeyEvent.KEYCODE_BACK not working after updating to Android 13

I have upgraded targetSdkVersion and compileSdkVersion to 33. After that the keyboard back event is not getting triggered. As per the Android document, it is suggested to migrate to Predictive back gesture. I have tried with the suggested solution…
Anji
  • 36
  • 4
0
votes
1 answer

Targeting S+ (version 31 and above) error still after adding android:exported=false

I upgraded the project to targetSDKVersion="31" and installed that version in VS. I get the following error when trying to run project with a phone with Android 12: Error ADB0010: Mono.AndroidTools.InstallFailedException: Unexpected install…
0
votes
0 answers

Firebase phone authentication not working in Android api level 31

I am using Firebase phone authentication in my android app. Everything was working fine when my app's targetSdkVersion was 29. Then, I upgraded that to 31 because it is mandatory in google play console to publish the app, after that app started to…
0
votes
1 answer

Android 13 + workprofile + TileService = IllegalArgumentException

Currently I found out that our app crashes when tries to requestListeningState of TileService on Android 13 (both compile and targetSdk 33) while running in workProfile. Caused by: java.lang.IllegalArgumentException: User 10 is not the current…
ThinkDeep
  • 519
  • 1
  • 4
  • 19
0
votes
0 answers

My App not work on targetSdkVersion 30 , how i can fix this problem?

I want upload my app to google app and can't upload it in targetSdkVersion 29 or lower. Everything works fine if I have targetSdkVersion 29 or lower , But After I changed target sdk to Android 11: targetSdkVersion 30 this error is show : …
0
votes
1 answer

Error in uploading APK : you uploaded an APK with an invalid signature error from APK signer error minimum signature scheme for target SDK

I was trying to upload my APK having targetSDK version as 30 on Google Play store but it is restricting me to upload the APP and giving error "you uploaded an APK with an invalid signature error from APK signer error minimum signature scheme for…
0
votes
1 answer

How to up targetSdkVersion 26 to targetSdkVersion 30?

today we will upload the app to playstore, but playstore has a minimum requirement of targetSdkVersion 30. Meanwhile we have targetSdkVersion 26. We have to change to 30. When we change the targetSdkVersion in gradle, our app can't access the server…
0
votes
1 answer

Android Expansion File Downloader under targetSdkVersion 30

Because the Expansion.Downloader package supplied by Google is not updated, it can save the downloaded obb files in the correct location, but only if the [PackageName] subdirectory exists in the obb directory. Creating this is also the task of…
thpitsch
  • 2,016
  • 2
  • 21
  • 27
0
votes
1 answer

Recompile an apk after making some changes to androidmanifest?

So I generated an apk using react native expo, and coud not find a way to set target sdk version, so the solution suggested in forums is detaching my app, and this is impossible for our app, it will be ruined, I know that ! So, I am thinking of…
TaouBen
  • 1,165
  • 1
  • 15
  • 41
0
votes
0 answers

My targetSDKVersion is 28 and I couldnt implement "Take Picture" function on this sdk version

I was told that this may because that if targetSdkVersion is >= Android 6.0(API level 23), developer need to add some code for request related permissions from the user at the runtime. "If you still want to implement the "Open Camera/Take Picture"…
0
votes
0 answers

How to change targetSdkVersion

I am having an issue with target targetSdkVersion.I want to move from 27 to 29 but when change to sdk 29 the app runs but does not display videos.But it displays the videos when it is sdk 27 or less. Please can someone help me fix this. /** * A…
Mawuli
  • 41
  • 4
0
votes
2 answers

How to Migrate my flutter project in Android Studio to Android X Compatibility while I have tried everything mentioned in the official document.?

I have been building a Flutter App in Android App, it was all working fine, as soon as I used GeoLocator Library, my app crashed stating it is incompatible with AndroidX. When I try to Migrate my code to AndroidX, it says "You need to have compiled…
0
votes
1 answer

Having problems when i changed TargetSdkVersion 22 to 27

I need your help please, i have an android photo frame app that is working good on a phone with android 5.1.1 but when i tested it on another phone with android version 7.0 when i tried to import a photo from the gallery to the editor it's not…