JosefJezek opened a new issue #1109:
URL: https://github.com/apache/cordova-android/issues/1109


   # Bug Report
   
   ## Problem
   
   ### What is expected to happen?
   
   ```
   cordova platform rm android
   cordova platform add android
   ```
   I change bundle identifier in config.xml from `com.example` to 
`com.example.dev`
   ```
   cordova prepare android
   cordova-plugin-androidx-adapter: Processed 14 Java source files in 329ms
   cordova-plugin-androidx: Updated gradle.properties to enable AndroidX
   
   cordova prepare android
   cordova-plugin-androidx-adapter: Processed 14 Java source files in 329ms
   cordova-plugin-androidx: Updated gradle.properties to enable AndroidX
   ```
   
   ### What does actually happen?
   
   ```
   cordova platform rm android
   cordova platform add android
   ```
   I change bundle identifier in config.xml from `com.example` to 
`com.example.dev`
   ```
   cordova prepare android
   cordova-plugin-androidx-adapter: Processed 14 Java source files in 329ms
   cordova-plugin-androidx: Updated gradle.properties to enable AndroidX
   
   cordova prepare android
   No Java files found that extend CordovaActivity.
   ```
   
   ### 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.
   -->
   
   ```
   Ubuntu 20.04.1 
   "cordova": "^10.0.0",
   "cordova-android": "^9.0.0",
   ```
   
   ## 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]

Reply via email to