I\'m currently working on an ionic4 application, but recently it stopped working while building the application on an android reall device after adding https://ionicframewor
For me, just installing the plugins "cordova-plugin-androidx" and "cordova-plugin-androidx-adapter" solved this problem:
$ ionic cordova plugin add cordova-plugin-androidx $ ionic cordova plugin add cordova-plugin-androidx-adapter