Questions tagged [targetsdkversion]
83 questions
1
vote
0 answers
Caused by: org.gradle.api.resources.ResourceException: Unable to load Maven meta-data from
I updated my targetSDKVersion and compileSdkVersion from 30 to 32, but now when I'm running the app, app:KaptDebugKotlin is failing. I used the debug-option to get more details and I'm receiving this error:
My build.gradle (module) file:
android…

Razvan22
- 153
- 2
- 12
1
vote
1 answer
While Running in the app im getting this error. Can anyone help and tell me what this error is?
Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01
Warning: Mapping new ns http://schemas.android.com/repository/android/generic/02 to old ns…

Abdul Mujeeb Khan
- 21
- 1
- 5
1
vote
0 answers
org.chromium.chrome FATAL:jni_android.cc(249) when "targetSdkVersion = 30"
https://github.com/chromium/chromium/tree/master/chrome/android
When "targetSdkVersion = 30":
2022-02-22 13:21:26.204 12519-12519/org.chromium.chrome A/chromium: [FATAL:jni_android.cc(249)] Please include Java exception stack in crash…

user3002933
- 21
- 1
- 4
1
vote
2 answers
Android 12 targetSDKVersion 31 challenges (Broadcast Receiver, Pending Intent) Crash Issues
Below are the challenges I faced so far when running an Android app with targetSDKVersion 31 on a phone with OS Version Android 12
1) App is not getting uploaded to store
Error :- You uploaded an APK or Android App Bundle which has an activity,…

KK_07k11A0585
- 2,381
- 3
- 26
- 33
1
vote
1 answer
In Android target sdk version 30 image from app specific directory is not shown in app
Added uses permission MANAGE_EXTERNAL_STORAGE in AndroidManifest.xml, but still not showing.

muhsin Nm
- 11
- 1
1
vote
1 answer
React Native android application crashing on Android 11 after targetSDk changed to 30
I changed targetSDK version to 30 to be in compliance with the play store.
The app is crashing immediately at launch. Tried every solution on StackOverflow and GitHub.
Note: app works on Android 9 and below.
Logs I am getting from logcat,
/SoLoader:…

Ashish Prasad
- 116
- 1
- 2
- 14
1
vote
0 answers
Android Out Of Memory Error Crash - Tombstone Interpretation
My Android App uses google maps for GPS tracking.
Android 10/11 environments. This issue seemed to arise when the targetSdk was changed from 28 to 29+. I have read several reports regarding a similar issue on this IssueTracker thread:…

quiglyd
- 13
- 4
1
vote
0 answers
Android released - doesn't support framework version
This is my first release on Google play, so please bear with me, it might be a very simple question.
I have released a version of my app a few weeks ago with no problem for my tester.
Now on a new version, he's getting a message that his phone is…

TheGix
- 108
- 1
- 8
1
vote
3 answers
How to fix the error Cannot open file, path = '/storage/emulated/0/DCIM/Camera/20200818_123041.jpg' (OS Error: Permission denied, errno = 13)
I'm trying to allow a user to pick an image from their photo gallery on their device.
My previous code worked fine, but now that I have to update the targetSdkVersion from 28 to 29, its not working any more.
I've tried adding

Jason Lloyd
- 378
- 7
- 23
1
vote
0 answers
install and update apk - targetSdkVersion 29 (Android 10)
since I updated targetSdkVersion to 29 I am facing many troubles, this one realted to downloading - installing - updating my app. The apk with the new version is downloaded successfully (because I find it through the file explorer in my phone) but I…

mantc_sdr
- 451
- 3
- 17
1
vote
2 answers
Does Google Play Store automatically updates apps automatically?
If my App has minSDKVersion = 16 and TargetSDKVersion = 28, then will Google somehow upgrade my App to work with devices which use sdk version greater than 28?
And if the same is true for all future versions of SDK then if I dont update my app…

Millie Hudson
- 75
- 7
1
vote
1 answer
Error changing build sdk in adroid studio
When I change both the targetsSdkVersion and the compileSdkVersion to 26, i get an error. I have tried chnaging it through the Project structure settings, and manually, but it keeps giving me the following error:
AAPT: error: resource…

Squash
- 11
- 2
1
vote
1 answer
How to make AQuery images load when targetSdkVersion is API 28?
When targetSdkVersion = 27, the AQuery URL images load good.
But when it equals 28, the images don't load and the image loading place holder is shown.
Any ideas how to solve this so that I can target API 28?

Yotam
- 21
- 3
1
vote
2 answers
"location provider requires ACCESS_FINE_LOCATION permission" even if I use runtime request permission
This is so weird. We all know that if is set to 23+, you must ask for runtime permissions besides declaring in the manifest.
This…

Hadi tavakoli
- 1,267
- 2
- 16
- 30
1
vote
1 answer
targetSdkVersion gradle strange value
So, I cloned this project from Github and while going through its build.gradle, I found this strange configuration, particularly for targetSdkVersion. Now, before I jump into the details of what it is, let me mention that the project has two modules…

Manish Kumar Sharma
- 12,982
- 9
- 58
- 105