Hi guys, I'm having this weird issue since a few days.
When I create a new Phonegap project through the CLI and try to build (phonegap run android) everything works like a charm, app gets installed on the connected device.
As soon as I change something in the www folder (add js or change HTML) the next time I try to run the app through CLI, the device connected is not found.
adb devices returns an active device, so the problem can't be on the ADB not finding devices, rather it must be something with phonegap.
Anyone experienced some similar issues?
Best Regards,
Tiago