Changes are not getting reflected in Ionic 3 app even after successful build

爱⌒轻易说出口 提交于 2019-12-02 10:13:20
  1. remove android platform using

  2. ionic cordova platform rm android remove manually node-modules and package-lock.json (imp*)

  3. Unistall old Application

  4. npm cache clean --force

  5. finally run npm install

  6. ionic cordova platform add android

  7. ionic cordova build android

As @MD Khali said to remove the platform and add platform again, but if it happens after that you just need to click save 3-4 time. Because I have the same problem in my ionic 3 projects.

Finally I found the solution. The problem was related to the ionic plugin (appflow).

I had two choices 1. Generate the apk from the appflow platform with the configured branch.

  1. Remove the ionic plugin applflow

I took the choice 1.

Documentation of appflow https://ionicframework.com/appflow

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!