Changes are not reflectiong to apk

Changes are not reflectiong to apk

by Sreenu Vasulu -
Number of replies: 1

Hello Everyone,
I was following the [Moodle Documentation](https://docs.moodle.org/dev/Setting_up_your_development_environment_for_Moodle_Mobile_2#Install_a_browser_for_development) where i downloaded the repo and npm run setup which helps to setup project.
Then i used Ionic serve --browser chrome
it opens the app in chrome browser and also loads all Js files.
I can able to make changes and in Js files and i can see the changes reflected in browser.
When I'm trying to convert it into apk by using
npm run ionic:build -- --prod
cordova run android
these commands helps in getting APK bt the changes i made in JS files are not reflecting

Average of ratings: -