문제

i have created a simple project using cordova-3.4.0.

The default code is deploying and running fine in mobile.

But if i am updating any code on

HTML, CSS, JS

it will undo my updated code, and running with default code only.

I am using the following command for compile

root/> cordova build android

to run

root/> cordova run android

Any help. Please

도움이 되었습니까?

해결책

I was editing files inside

projectroot/platform/android/assets/www/

instead of

projectroot/www/

Now its working fine.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top