340 questions
0
votes
1
answer
406
views
ScreenOrientation=portrait is not being ignored even when targeting sdk 36
As the title says : I set the targetSdk to 36 and screenRotation="portrait" in manifest and its not ignored by the system even they say so in the warning:
So I am still able to lock the ...
0
votes
2
answers
782
views
How to set targetSdkVersion from 34 to 35 in an Expo (React Native) app using expo-build-properties?
I am building an Expo (React Native) app and needed to target Android SDK version 35 to meet Google Play's recent requirements.
I tried setting targetSdkVersion directly in the android section of app....
3
votes
1
answer
625
views
Android - Back Button behavior difference between API 35 and API 36
I have a very simple piece of code in an app that has been running fine for YEARS. I am updating to API 36 using Android Studio. I tested in a virtual Pixel 9 API 36 today and noticed that the BACK ...
1
vote
0
answers
38
views
Bundle loading time for react native in the app increased on changing compile sdk version from 33 to 34
We are in the process of upgrading our App code compile sdk API level 34.
The app is a hybrid app that contains Android + React Native code.
Currently using RN version 0.68.2
We are facing an issue in ...
0
votes
1
answer
446
views
ionic cordova android build failed (Command failed with exit code 1: gradle)
I am trying to build android 14 (api-level 34) by ionic cordova. Here is the error the ionic info. I have no idea on it.
Ionic info
Ionic:
Ionic CLI : 7.2.0 (/usr/local/lib/...
0
votes
1
answer
38
views
Empty SQLiteException when using Room for certain api levels
I'm getting this error when loading my app:
2024-10-29 13:29:19.532 3647-3854 SQLiteLog org.druidanet.druidnet E (1)
2024-10-29 13:29:19.727 3647-3647 AndroidRuntime ...
0
votes
1
answer
160
views
No receiver in React Native Webview App upgrading from API 33 to 34, but "One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED Should be Specified"
I have a React Native Webview app that’s sole purpose is showing a website.
When upgrading the target API, per Google’s request, from 33 to 34, I’m getting the "One of RECEIVER_EXPORTED or ...
1
vote
0
answers
174
views
I cant use API level 24 for my Android Virtual Device in Android Studio
I would like to create an Android virtual device on Ubuntu 24.04 with these characteristics :
abi = x86
api level = 24
target = Android 7.0 (Google APIs)
So I have created a model "Nexus 5 with ...
1
vote
0
answers
100
views
react native sdk issue :com.google.android.play:core:1.8.0
My React native("react-native": "0.72.3") project is running as expected in production and test environments. As per the new Google developer policy, I have increased the API ...
1
vote
2
answers
1k
views
Android API 33+ WRITE_EXTERNAL_STORAGE Permission Is not Working in react native v-0.74
I’m working on a React Native application (version 0.74) and am experiencing issues with the WRITE_EXTERNAL_STORAGE permission on Android API 33+ (Android 13+). As per the new permission model ...
6
votes
3
answers
5k
views
RN One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts
I'm upgrading my targetSdkVersion to 34
buildscript {
ext {
buildToolsVersion = "29.0.3"
minSdkVersion = 26
compileSdkVersion = 33
targetSdkVersion = 34
...
35
votes
18
answers
67k
views
App must target Android 14 (API level 34) or higher is showing even after update to API level 34
I updated the target API level (targetsdkversion) of the project from 33 to 34.
The build process was successful.
Then I got some problems with the upload of the app bundle.
Warning Message
The error ...
19
votes
3
answers
33k
views
App must target Android 14 (API level 34) or later
I increased the target API level of the project from 33 to 34. The build process was successful. When I ran it with the emulator in Visual Studio Xcode, it did not throw any errors. However, when the ...
0
votes
0
answers
129
views
Need to add support for API Level 25
So I am working on an SDK , one of our users has an android app which runs in API Level 25. Now as soon as he adds our sdk as a dependency, the build fails with the following error
../../.gradle/...
0
votes
0
answers
154
views
Unity App is not responding to clicks on devices with android 14
we have been publishing our app since 2021, and everything works fine, but in our latest version in 6 of april, we published our unity game with target api level 34, and after publishing the app is ...
0
votes
2
answers
148
views
Flutter app works on API level 30 or lower but fails on higher levels
My Flutter app functions correctly on API level 30 or lower and on real devices with higher API levels. However, when I run it on an emulator with an API level above 30, it fails during installation ...
0
votes
1
answer
381
views
How do I Target New API Level Requirement for App I want to Publish
How do I Target New API Level Requirement for App I want to publish
Lint found fatal errors while assembling a release target.
Fix the issues identified by lint, or create a baseline to see only new ...
0
votes
0
answers
163
views
Is there an appropriate security provider for the DOM document type when using Android API Version >=24?
I've been trying to build XML documents using the javax.xml.crypto.dsig.XMLSignatureFactory library.
When instantiating the class, I need to pass a security provider as the argument of the getInstance(...
0
votes
0
answers
131
views
Facing permission issues when we try to upload the image/file from the Android mobile app
Issue Description:Our app points to API level/Sdk 33 with React Native version "0.59.0".
We are getting an issue when we click on the image icon to upload the image/file from mobile. We are ...
-1
votes
1
answer
167
views
Your app is currently targeted at API level 31, but should have a minimum API level of 33. -> But API Level 33 is definitely used
I am developing a .net app for the google PlayStore and have run across a problem.
The targeted Android Framework is 13.0 with API level 33.
But every time I upload it to the release part it gives me ...
0
votes
1
answer
175
views
Is it possible to load image in external Storage as bitmap with android.permission.READ_MEDIA_IMAGES?
I am developing app with my Galaxy A31 which Android OS version is 11.
My client requested to add picture for Application.
If I use READ_EXTERNAL_STORAGE permission, I can easily add this feature in ...
0
votes
0
answers
101
views
Getting deprecated warning while getting the height, width in android for Api >= 30 and Api < 30 even after enclosing the code in if else block
After going through some stack overflow questions, I have written the code to get the height and width in Android for Api level >= 30 and Api level < 30 below :
class MainActivity : ...
6
votes
1
answer
11k
views
Android 14 (API level 34) permission dialog not showing for Push Notifications
After upgrading to Android API level 34, our Android app's push notifications are blocked by default. I know this is in line with the newest changes from Android to use an "opt in" vs "...
2
votes
0
answers
756
views
How to check if my application in edge-to-edge mode above api level 30?
I was trying to solve some fullscreen problems past few days, finally I discover:
WindowCompat.setDecorFitsSystemWindows(window, false)
so I create an extension function:
fun Activity.fullScreen(...
0
votes
1
answer
2k
views
Can't install Unity game on my Android device
I just built my Unity game for android. But when I wanted to install this apk on my phone - occurred an error:
From my language, it translates like "The app is not installed because it is not ...
1
vote
0
answers
1k
views
Notifications are disabled by default after updating to Android 13 (API Level 33)
I am using Cordova to build my App and wanted to send push notifications. Everything was working earlier and we were not able to receive notifications after we updated the App to Android 13 (API Level ...
0
votes
1
answer
1k
views
Issues with image permissions when upgrading to Android 13
Goal:
Google Play Console is requiring me to update my app to Android 13. My app is Xamarin.Android
Problem:
When I update the Manifest to TargetSdk 33, I am no longer able to access images from the ...
1
vote
0
answers
565
views
Android studio warning that Android API 29 and 33 are missing or currupt
I am getting the following 2 warnings in Android Studio. It doesn't prevent me from building and running my flutter app.
How can I fix this? If they are missing, how do I install them? And if they are ...
1
vote
2
answers
9k
views
Cordova-android platform and Google Play's target API level 33 update
I am developing a Sencha ExtJS application which have Android app version. I faced the problem to have to support Google Play target API level 33. Now the Cordova CLI is v10, Cordova-android platform ...
2
votes
2
answers
7k
views
Why I cant use API level from 29 to 34 AVD in android studio
I can run my Android app on AVDs with API levels below 29, but I cannot run my app on API levels 29 and above (e.g. Q, S, R, Tirasumi etc.).Error:
logs:
2023-07-01 21:50:20,520 [2416819] INFO - #c....
0
votes
1
answer
2k
views
what is the error in android studio "The emulator process for AVD Pixel_XL_API_33 has terminated."
here is the log file
2023-06-27 22:43:41,328 [1081751] INFO - Emulator: Pixel XL API 33 - C:\Users\laksh\AppData\Local\Android\Sdk\emulator\emulator.exe -netdelay none -netspeed full -avd ...
1
vote
1
answer
890
views
Android Studio lint warns of missing permissions that are not required at my target API level
I'm doing some work on an internal, legacy Android app. The target SDK version is set to 28 in the Gradle build file, and the compile SDK version is set to 33.
The issue I face is that Android Studio ...
3
votes
0
answers
2k
views
How to request runtime permission for PDF in android 13(API level 33)?
I am trying to access a PDF file from external storage, but the request for runtime permission to access the PDF file is not working on Android API level 33 (Android 13). Could you please provide a ...
4
votes
1
answer
2k
views
After upgrading target sdk version to 33(android 13), Flutter app is installing but not launching automatically
I have changed targetSdkVersion and compileSdkVersion to 33,and minSdkVersion is 23 in build.gradle file and in AndroidManifest.xml, updated permissions like this
When I do flutter run, App is ...
0
votes
0
answers
729
views
App working on Android 13 in release and debug mode but crashes on Android 12 and earlier release mode after updating react native version
I'm currently upgrading react native version in my app from 0.64.3 to 0.69.2, I'm also moving to new architecture, i made all the necessary changes for updating, made changes in manifest and so on to ...
0
votes
0
answers
60
views
Why does an APK include its used Android framework APIs?
Why does an APK include its used Android framework APIs?
I create a new empty project with Android Studio(Dolphin), enable Proguard, and build an APK. By analyzing the APK with Android Studio and jadx,...
0
votes
1
answer
66
views
Alternative to the autofill framework in Android for devices running below API level 22
The autofill framework is available in Android 8.0 (API level 26) and higher (See Autofill Framework
Since I want my application to run on older devices as well, I tried implementing it using the ...
2
votes
1
answer
2k
views
How to achieve windowSplashScreenBrandingImage in Android below 12 after migrating to new SplashScreen api
I've followed Migrate your splash screen implementation, and it promises that After you migrate using the SplashScreen compat library, the system displays the same splash screen on all versions of ...
1
vote
2
answers
113
views
Android Api 28 - crash_report=Exception is: android.database.sqlite.SQLiteException
I have written the below query which is working fine on Api 29 and 30 but app is crashing on Api 28 only with the following log System.out: crash_report=Exception is: android.database.sqlite....
10
votes
0
answers
3k
views
Android deep links are not working with target SDK 33
We recently migrated my apps target SDK to 33, from that app links are not working fine in emulator but not working in real device
I googled about it and manually opted for web address in my device ...
0
votes
1
answer
211
views
How to fix distorted R.drawable icons when updating app from API 8 to API 26+
I am trying to revive and revise a 10+ years old app (Android 2.2, 4.1) that was displaying and functioning fine back then but now, when installed on an Android 8.1 device, it exhibits the following ...
1
vote
1
answer
743
views
Get State Drawable from StateListDrawable for Custom View on Android API<29
How can I use StateListDrawable for my Custom View on Android before Q version (API<29)?
I have an XML StateListDrawable to enabled/disabled states
<?xml version="1.0" encoding="...
0
votes
1
answer
225
views
lint throws missingLeanbackSupport for android application
I upgraded compile and target sdk to API 33, it seems there are a lot of changes in manifest, I'm constantly getting lint error - missingLeanbackSupport,
/bitrise/src/app/src/main/AndroidManifest.xml:...
1
vote
1
answer
315
views
Flutter: Issue when migrate from Android 11 (API level 30) to Android 12
i'm facing with problem when migrate from Android 11 to Android 12
i have change my targetSdkVersion to 31 and add android:exported="true" to AndroidManifest but i'm still get error when ...
2
votes
1
answer
2k
views
BleManager not work on Android Api Level 31
I have a app which scans the bluetooth devices. It was working well until android says api level must be 31 or higher.
So i change my code like below:
buildscript {
ext {
buildToolsVersion ...
0
votes
1
answer
2k
views
cannot run cordova run android device
As requested by playstore I'm changing my app API Level (targetSdkVersion) to 31.
I have uninstalled API Level 30 from Android Studio and installed API Level 31.
After that I cannot run my app on ...
12
votes
3
answers
15k
views
.NET MAUI: How to ensure that Android platform specific code is only executed on supported Android versions?
I have various implementations of a partial class DeviceServices to provide platform specific implementations of certain device or OS specific features for Android, iOS and so on. My app is targeting ...
0
votes
1
answer
80
views
does an intent behave differently depending on Android API level?
I use Intent.ACTION_GET_CONTENT with putExtra(Intent.EXTRA_ALLOW_MULTIPLE, true) to retrieve multiple images from the system (not specifically from the Gallery app, but just from recent tab for ...
10
votes
4
answers
9k
views
React Native - upload to Google Play error: Your app currently targets API level 30 and must target at least API level 31
I got the following error while upload my app to google:
Your app currently targets API level 30 and must target at least API level 31 to ensure it is built on the latest APIs optimized for security ...
0
votes
1
answer
285
views
Turkish character error in project name in api level 31 and above in React native to Android Project to emulator
I created a project with a React Native Turkish name. My project Name "Şifre". Since there is a Turkish character in the name I have given in the strings.xml file, the project does not work ...