Reputation: 4150
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
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