Questions tagged [target-sdk]

An integer designating the API Level that the application targets. This attribute informs the system that you have tested against the target version and the system should not enable any compatibility behaviors to maintain your app's forward-compatibility with the target version.

Useful Links

74 questions
0
votes
1 answer

Android TargetSDK 30 package visibility restrictions don't apply to "com.google.android.gms"?

I am migrating my Android app to be TargetSDK 30 compliant. One of the limitations\changes for this is the package visibility restrictions: https://developer.android.com/about/versions/11/privacy/package-visibility and google requires the apps to…
Nilesh Pawar
  • 3,895
  • 3
  • 21
  • 19
0
votes
1 answer

App update upload failed 14 times on Google Play

I'm having a really hard time getting new app updates on Google Play: Before that, I successfully uploaded my app first version (1.0.0) and got approved (April 16, 2021), then I got user feedback regarding Android 11 because it was not possible.…
0
votes
2 answers

what the solution of this error ( Target SDK version 30 requires a minimum of signature scheme v2 )

what the solution of this error ( Target SDK version 30 requires a minimum of signature scheme v2 ) Error de apksigner: ERROR: MIN_SIG_SCHEME_FOR_TARGET_SDK_NOT_MET: Target SDK version 30 requires a minimum of signature scheme v2; the enter image…
Reda Amor
  • 1
  • 2
0
votes
1 answer

Submit form doesn't work on webview targetSdkVersion 29

** After upgrading targetsdk version 29, I had to convert my application that works with XWalkView to Android Webview because the application did not work on Android 10. Now my application opens but the form is not submit. That's why the payment…
Nur ARSLAN
  • 21
  • 1
0
votes
1 answer

Android 7 with targetSDK 22 Security vulnerability

Any know vulnerability with targetSDK 22? I was using targetSDK 22 with Android 5.1, since there are no more security updates release by googles for Android 5.1. I just upgrade to my Android to 7? Will it address all my vulnerability as OS 7 will…
ARP
  • 1
  • 1
0
votes
2 answers

Any Update of firebase-dispatcher library for targeting API 26 or more?

I recently get the warning to update the Android Target Version to 26 or more from the Google Play Console. However, I have already set the target SDK to 26. I check the AndroidManifest file and the merged manifest for all the libraries I have…
0
votes
0 answers

Updating APK Issue in targetSdkVersion 28(Non Market)

APK is updating well till targetSdkVersion 24, But it is having an issue in 28(latest). My app is not on PlayStore.if Version Number changes it needs to update. The issue is App is not updated when the version number is incremented in 28…
0
votes
0 answers

Xamarin: No resources found that matches the given name TextAppearance.Compat.Notification after migrating targetSDK to 27

I migrated my Xamarin.Android project to target sdk 27 and then updated all nuget packages to new versions. While building i received some errors i wasn't able to…
0
votes
2 answers

Can cordova android@6.2.3 target SDK 26?

My app is currently running cordova-android@6.2.3. I am getting notices from Google that my app is currently targeting SDK 25 and that I need to target SDK 26. From Google: From August 2018, new apps must target at least Android 8.0 (API level…
rolinger
  • 2,787
  • 1
  • 31
  • 53
0
votes
2 answers

Error when Changing to targetSdkVersion 26 from targetSdkVersion 21

latly I changed to targetSdkVersion 26 from targetSdkVersion 21. By doing so several issues arise. I have written a class and run but gose to throw new RuntimeException(e) The code is as follows package com.xxxxxxxxxx.android.webapp.util; import…
iwahei0813
  • 61
  • 10
0
votes
1 answer

Android targetSdk backward compatibility

Haven't found an answer to this. I'm trying to integrate an external lib into my android project. My targetSdkVersion is 27. The external lib's documentation mentions that it "supports" targetSdkVersion 25. What does this mean? Can I integrate it…
breakline
  • 5,776
  • 8
  • 45
  • 84
0
votes
2 answers

Package by the same name a conflicting signature is already installed

At Offset, scenario is different than the question available on stack for the same question. I am posting this question after lot of research. Getting an error message Package by the same name a conflicting signature is already installed Scenario…
Aman Srivastava
  • 1,007
  • 1
  • 13
  • 25
0
votes
3 answers

Should the Android compile version be same as the target version in Eclipse?

I need to set the target SDK version of an Android project to API 14. But I do not have the same version available to compile the project. I know that the project can be compiled with a different version but I need to know whether it will cause any…
0
votes
1 answer

Get permissions at installing time

I want to get permissions at install time in my Android application. For this reason, I had to downgrade the targetsdk from 27 to 22. Currently, my build.gradle information is as follows: minSDK 17 targetSdkVersion 22 compileSdkVersion…
0
votes
1 answer

old targetSdkVersion for new devices

I have a very old android app. I used minSdkVersion 18 and targetSdkVersion 21. Now it is Android v26 and there are still many users using v24. If the user is using Android v24 or above, can they run my app as my targetSdkVersion is 21. If yes,…
user6539552
  • 1,331
  • 2
  • 19
  • 39