Open newuser44 opened 5 years ago
Tried removing firebase and support gradle release plugin. Install firebase first, then gradle release plugin. Still same error
Delete Firebase (and all the extra steps) and Android 6.3.
Install android 6.4
I build and it builds fine.
Add Firebase again.
Get this problem. (At the time I don't think I realized it was tied to firebase plugin).
https://forum.ionicframework.com/t/upgrade-android-6-3-to-6-4/152948
Describe the bug
After a successful android build add in FireBase 2.0.1 get error building android.
To Reproduce Steps to reproduce the behavior:
Have the following plugins installed config.xml
I am able to do an Android build ionic cordova build android Build completes successfully.
Add just this cordova firebase plugin but version 2.0.1 we had installed before. ionic cordova plugin add cordova-plugin-firebase@2.0.1
This installs fine.
Do an android build. ionic cordova build android
Get the error
NOTE- Hard to do a clean uninstall of this plugin. Anytime I run ionic cordova plugin remove cordova-plugin-firebase The android folder ends up getting deleted all together. Because of this the remove process errors out before it can finish removing everything. I then have to manually remove any trace from the following.
Removed plugin Remove Android Search For Firebase in folders. Clean up from Config.xml Clean up Fetch.json -- Remember to remove last } (Package.json seems to get cleaned up sometimes). Had to delete what was in the app plugin folder. I think I deleted the nod_module version too.
After all of this I add android 6.3 back and am able to build again.
Expected behavior Using Plugin version 2.0.1 should build fine with android 6.3.
Plugin Version branch-cordova-sdk 2.6.24 "branch-cordova-sdk" cordova-android-support-gradle-release 2.1.0 "cordova-android-support-gradle-release" cordova-plugin-android-fingerprint-auth 1.5.0 "FingerprintAuth" cordova-plugin-device 1.1.7 "Device" cordova-plugin-file 6.0.1 "File" cordova-plugin-file-opener2 2.0.19 "File Opener2" cordova-plugin-firebase 2.0.1 "Google Firebase Plugin" cordova-plugin-geolocation 4.0.1 "Geolocation" cordova-plugin-ios-keychain 3.0.1 "KeyChain Plugin for Cordova iOS" cordova-plugin-nativestorage 2.3.2 "NativeStorage" cordova-plugin-network-information 2.0.1 "Network Information" cordova-plugin-splashscreen 5.0.2 "Splashscreen" cordova-plugin-statusbar 2.4.2 "StatusBar" cordova-plugin-touch-id 3.3.1 "Touch ID" cordova-plugin-whitelist 1.3.3 "Whitelist" cordova-plugin-x-socialsharing 5.4.1 "SocialSharing" es6-promise-plugin 4.2.2 "Promise" ionic-plugin-keyboard 2.2.1 "Keyboard"
Desktop (please complete the following information): Building in Linux Mint 16?
Additional context