21pg opened a new issue #1324: URL: https://github.com/apache/cordova-android/issues/1324
# Bug Report As per new updates of **_Android 11/ API level 30 support for Google play_** I made following changes for my App- **For Cordova Android 9.0.0** [cordova09.txt](https://github.com/apache/cordova-android/files/6977071/cordova09.txt) **For Cordova Android 10.0.0** [cordova10.txt](https://github.com/apache/cordova-android/files/6977073/cordova10.txt) After this changes when I tried my app on android 11 device I am getting blank screen while on devices with android 9 or 8 my app loading correctly.. ## Problem I am getting following issue - 1) I can't use <edit-config></edit-config> tag in my config xml (I am getting similar issue mention here in link) https://github.com/apache/cordova-android/issues/1250 2) When I debug my app on android 9 it serves on **_file:///android_asset/www/index.html_** when I use <preference name="AndroidInsecureFileModeEnabled" value="true" /> for Cordova Android 10.0.0 my app works on android 9 and 8 but not on android 11 it shows blank screen instead ### What is expected to happen? After upgrading to Cordova -android 10.0.0 my app should load properly on android 11 devices ### What does actually happen? My app works on android 9 and 8 but not on android 11 it shows blank screen instead https://user-images.githubusercontent.com/64975861/129239730-32b37ac3-ae55-4845-a944-5e5953584693.mp4 ### Version information Installed platforms: Android 10.0.0 Kotlin: 1.4.31 Groovy: 3.0.7 Ant: Apache Ant(TM) version 1.10.9 compiled on September 27 2020 JVM: 1.8.0_271 (Oracle Corporation 25.271-b09) OS: Mac OS X 10.15.7 x86_64 Java JDK: installed 1.8.0 Android SDK: installed true Android target: installed android-30,android-29,android-28,android-27,android-26,android-25,android-24,android-23,android-22,android-21 Gradle: installed /usr/local/Cellar/gradle/7.1.1/bin/gradle Please help me to find what step I should follow to load my app on android 11 devices ## 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
