Skip to main content
Stack Overflow for Teams is now Stack Internal: See how we’re powering the human intelligence layer of enterprise AI. Read more >
Filter by
Sorted by
Tagged with
0 votes
1 answer
406 views

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 ...
Sevban Bayır's user avatar
0 votes
2 answers
782 views

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....
Santhosh G's user avatar
3 votes
1 answer
625 views

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 ...
GenAndroidDev's user avatar
1 vote
0 answers
38 views

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 ...
Ashok Ranganathan's user avatar
0 votes
1 answer
446 views

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/...
HongKong Simfusion's user avatar
0 votes
1 answer
38 views

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 ...
Akronix's user avatar
  • 2,187
0 votes
1 answer
160 views

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 ...
Musaab's user avatar
  • 1,614
1 vote
0 answers
174 views

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 ...
mister_smith's user avatar
1 vote
0 answers
100 views

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 ...
Rajesh Senapati's user avatar
1 vote
2 answers
1k views

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 ...
Swalih Muhammed's user avatar
6 votes
3 answers
5k views

I'm upgrading my targetSdkVersion to 34 buildscript { ext { buildToolsVersion = "29.0.3" minSdkVersion = 26 compileSdkVersion = 33 targetSdkVersion = 34 ...
Zephyr's user avatar
  • 2,651
35 votes
18 answers
67k views

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 ...
SAMIUL BASIR's user avatar
19 votes
3 answers
33k views

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 ...
Kıvanç ARSLAN's user avatar
0 votes
0 answers
129 views

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/...
aman jain's user avatar
0 votes
0 answers
154 views

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 ...
sana omer's user avatar
0 votes
2 answers
148 views

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 ...
Shayan Sethi's user avatar
0 votes
1 answer
381 views

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 ...
Luke's user avatar
  • 1
0 votes
0 answers
163 views

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(...
filip1234's user avatar
0 votes
0 answers
131 views

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 ...
Nikhil Shetty's user avatar
-1 votes
1 answer
167 views

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 ...
NewToDevelopment2023's user avatar
0 votes
1 answer
175 views

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 ...
박찬용's user avatar
0 votes
0 answers
101 views

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 : ...
Jatin guglani's user avatar
6 votes
1 answer
11k views

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 "...
Maria Fernanda Bracho's user avatar
2 votes
0 answers
756 views

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(...
eddym's user avatar
  • 758
0 votes
1 answer
2k views

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 ...
shatyloartem's user avatar
1 vote
0 answers
1k views

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 ...
Mohan's user avatar
  • 420
0 votes
1 answer
1k views

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 ...
angleUr's user avatar
  • 933
1 vote
0 answers
565 views

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 ...
Paul Coshott's user avatar
  • 1,089
1 vote
2 answers
9k views

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 ...
Dobrin Dobrev's user avatar
2 votes
2 answers
7k views

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....
Amith A G's user avatar
  • 659
0 votes
1 answer
2k views

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 ...
Lakshya Sharma's user avatar
1 vote
1 answer
890 views

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 ...
E_Cross's user avatar
  • 43
3 votes
0 answers
2k views

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 ...
Waseem Idrisi's user avatar
4 votes
1 answer
2k views

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 ...
Suma's user avatar
  • 53
0 votes
0 answers
729 views

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 ...
Zero0's user avatar
  • 504
0 votes
0 answers
60 views

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,...
Dewey Reed's user avatar
  • 4,984
0 votes
1 answer
66 views

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 ...
Ritika Pahwa's user avatar
2 votes
1 answer
2k views

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 ...
Vikas Pandey's user avatar
  • 1,245
1 vote
2 answers
113 views

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....
Abm's user avatar
  • 311
10 votes
0 answers
3k views

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 ...
Akhileshwar Babu's user avatar
0 votes
1 answer
211 views

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 ...
WebViewer's user avatar
  • 831
1 vote
1 answer
743 views

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="...
Aleks QQQ's user avatar
0 votes
1 answer
225 views

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:...
Nininea's user avatar
  • 2,749
1 vote
1 answer
315 views

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 ...
Quang Anh's user avatar
  • 101
2 votes
1 answer
2k views

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 ...
Furkan KARABABA's user avatar
0 votes
1 answer
2k views

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 ...
fcaserio's user avatar
  • 786
12 votes
3 answers
15k views

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 ...
Julian's user avatar
  • 9,344
0 votes
1 answer
80 views

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 ...
foseja's user avatar
  • 355
10 votes
4 answers
9k views

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 ...
Huan Huynh's user avatar
0 votes
1 answer
285 views

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 ...
Seda Yılmaz's user avatar

1
2 3 4 5
7