Phonegap serve shows (very) wrong content

I’m trying to avoid the hassle of getting the Android SDK installed, by runing ‘phonegap serve’ in the ‘www’ folder of an ionic project.
When I do this, the phonegap app on my phone shows a totally different set of content. Like it’s showing a default project or something. Ionic serve in the parent folder works as expected.

Any idea what could be up, or how to get debugging out of phonegap ?

Ignore me.
You can just run

ionic run -l -c -s

in the folder and connect the PhoneGap app to the ‘dev server’ it lists. Win.

Not sure what PG was doing, but I can still do ‘phonegap remote build’ to push things up so I’m happy.