Devner

Results 3 comments of Devner

This is how I solved it in my case. 1. Generated APK once by running the following command in my project root directory: `C:\myApp>ionic cordova build android --prod` 2. Ran...

@demalexz Thanks a ton, it works!!! My question is that as I have made the change in my local system, when I deploy my app to production, do I need...