Hello all,
I’m trying to make an application using onsen with vue.js and cordova.
I installed all java dependencies to my mac, I made a new project using monaca cli tool, I entered the www folder and wrote some code.
By using
monaca preview
The browser shows the app I made, but when I do
cordova build android
The .apk extracted does not reflect the changes I made to the code.
What happens?