Hello,
I have created an fresh app by following http://ionicframework.com/docs/v2/getting-started/installation and generated an apk file using the following command -
- ionic platform add android
- ionic build --release android
While trying to install the APK in mobile it give the following error -
“there was a problem while parsing the package in android”
I tried to test with 4.x, 5.x and 6.x Android version.
Is this known issue with Ionic2 + Angular2 ?