mciupka-dibit opened a new issue, #1839:
URL: https://github.com/apache/cordova-android/issues/1839

   # Bug Report
   
   ## Problem
   
   ### What is expected to happen?
   
   App should launch regularly
   
   ### What does actually happen?
   
   App crashes with white screen
   
   ## Information
   <!-- Include all relevant information that might help understand and 
reproduce the problem -->
   
   As of August 31, 2025, Android apps must comply with targetSdkVersion 35. I 
therefore wanted to switch my Cordova Android app from cordova-android@13.0.0 
to cordova-android@14.0.1. The app is built and deployed cleanly with “cordova 
run android,” but when starting the app, there is some kind of problem during 
initialization.
   
   I use the cordova-file-plugin plugin and therefore need to detect whether 
the file system is available. The “deviceready” event also fires regularly. 
Here is the corresponding code:
   
   <img width="1028" height="110" alt="Image" 
src="https://github.com/user-attachments/assets/64f0a47e-092e-4662-9687-1579722f41ec";
 />
   
   When I start the app, I get the following error message:
   
   <img width="485" height="62" alt="Image" 
src="https://github.com/user-attachments/assets/63df832b-1447-4897-8d5a-0f32163d17d1";
 />
   
   Where could this behavior come from?
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   cordova run android
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you 
experiencing the issue? -->
   
   Apache Cordova Android 14.0.1
   Google Pixel Pro 9
   Android 16
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to