I met a problem for 3 days with my application ionic 3. In fact, after builder in prod and release mode, it is always the old version that is always taken into account. the changes do not reflect. So when mode debug, the changes are well taken. I tried several solutions may nothing.
Ionic v3
Also i have tried many solutions but no changes
- ionic cordova platforms rm android
- ionic cordova platforms add android
- ionic cordova build android --prod --release --aot ------------no change------------- I have downgrade the app-scripts version always same
i have delete the www folder and run ionic serve --lab
after i run build commande still no change
I need help.
Thanks you in advance
Ionic:
Ionic CLI : 5.2.3 Ionic Framework : ionic-angular 3.9.2 @ionic/app-scripts : 3.1.8
Cordova:
Cordova CLI : 8.1.2 ([email protected]) Cordova Platforms : android 7.1.4, ios 4.5.5 Cordova Plugins : cordova-plugin-ionic 3.1.2, cordova-plugin-ionic-webview 1.2.1, (and 18 other plugins)
Utility:
cordova-res : 0.6.0 native-run : 0.2.8
System:
Android SDK Tools : 26.1.1 (C:\Sdk) NodeJS : v10.15.1 (C:\Program Files\nodejs\node.exe) npm : 6.4.1 OS : Windows 10
Build pass successfully
ionic cordova prepare android
before you use thebuild
orrun
command. – alex87