Stefano Maglione
Stefano Maglione

Reputation: 4150

Cordova app deployment on device

I'm using Eclipse to run my android mobile app. The problem is that when modify code the change not appear in the deployed app on device. Remain ever the same app on device.

Upvotes: 0

Views: 31

Answers (1)

AtanuCSE
AtanuCSE

Reputation: 8940

If you are changing code in yourProject->www folder, then you need to build it first with command prompt /cli

OR you need to directly change the files in yourProject->platforms->...->www before running from Eclipse

Upvotes: 1

Related Questions