Questions tagged [targetsdkversion]
83 questions
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…

Abhishek Bardolia
- 121
- 10
0
votes
1 answer
targetSdkVersion changes to 26 for sdk's
If I am currently developing an SDK module for an Android application, do I still need to set my targetSdkVersion to 26 from now on in order for the client application to approve (from Nov 2018)?

TalMihr
- 1,528
- 1
- 15
- 31
0
votes
0 answers
Externally hosted apk with minSdkVersion less than 26?
I am using the google provided externallyHosted.py script to generate a JSON file for an externally hosted apk. This is no longer working because the minimumSdkVersion is less than 26 and there is no ability in the script to set the…
0
votes
2 answers
recyclerview not showing data from json array after 7 items
I am using Recycler View with Cardview and showing data from JSON using Volley. It works proper on targetsdkversion 19 but not showing data after 7 list items when targetsdkversion is 26.
btnsend.setOnClickListener(new…

Kinjal
- 1
- 5
0
votes
1 answer
Samsung Health Android SDK target SDK version
I'm developing an app which uses targetSdkVersion 27. We would like to integrate the Samsung Health Android SDK which has a targetSdkVersion support of 25.
Can this be done without problems?
Also the Play Store has a limit of min targetSDkVersion of…

breakline
- 5,776
- 8
- 45
- 84
0
votes
2 answers
Error Android app when change targetSDKVersion from 19 to 26
can anyone help my problem?
My previous android application used targetSdkVersion: 19 then I changed to 26, but there was a problem like the following.
This LogCat
This is the snippet of the MusicManager.java code
private static Intent musicIntent…

Johan
- 55
- 2
- 8
-1
votes
3 answers
This app is incompatible with your device after change targetSdkVersion from 28 to 29
I suffer a lot about this,
My previous app has targetSdkVersion 28 but now I changed it to targetSdkVersion 29 due to Google Play requirement.
It works well when I install it directly from AS to my phone, and it works too when I share the APK.
But…

Arie Ahmad
- 1
- 3
-3
votes
2 answers
Google asks to update your Android targetSdkVersion
Google recently announced, that "updates to apps and games on Google Play will be required to target Android 9 (API level 28) or higher". As far as I understand, this does not have any negative consequences (like, the apps are removed from store) to…

thomasgalliker
- 1,279
- 13
- 19