mosabab opened a new issue #1008: URL: https://github.com/apache/cordova-android/issues/1008
# Bug Report ## Problem ### What is expected to happen? Android console should not show warnings when you try to upload the app to Play Store. ### What does actually happen? When you try to upload the bundle for release, Android Console Production show this warning: This App Bundle contains Java/Kotlin code, which might be obfuscated. We recommend you upload a deobfuscation file to make your crashes and ANRs easier to analyze and debug. [Learn More](https://developer.android.com/studio/build/shrink-code#decode-stack-trace) The app uploaded successfully and released well, but the only issue is the warning message. ## Information <!-- Include all relevant information that might help understand and reproduce the problem --> I try with preference `AndroidXEnabled` = `false` and try with `true` I try with preference `GradlePluginKotlinEnabled` = `true` and try with `false` ### Command or Code <!-- What command or code is needed to reproduce the problem? --> ### Environment, Platform, Device <!-- In what environment, on what platform or on which device are you experiencing the issue? --> ### Version information <!-- What are relevant versions you are using? For example: Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins Other Frameworks: Ionic Framework and CLI version Operating System, Android Studio, Xcode etc. --> Cordova-cli 9.0.0 Cordova-android 9.0.0 Android Studio v4.0 Gradle 6.5 Node.js 12.8.2 I am using only cordova plugins (using the latest version for each plugin): cordova-plugin-battery-status cordova-plugin-device cordova-plugin-dialogs cordova-plugin-geolocation cordova-plugin-inappbrowser cordova-plugin-network-information cordova-plugin-screen-orientation cordova-plugin-splashscreen cordova-plugin-statusbar cordova-plugin-vibration cordova-plugin-whitelist ## 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
