Source path does not exist: icons/android/ldpi.png?

George, wouldn’t it be best if you corrected the samples to all have these folders, splashscreens and icons as needed by the new phonegap. I agree the link has all the info you need, if you know where the files that are needed exist - they are only in a couple of your samples - you have to know the names to search for them. And yes, the names are in the config.xml
And while we’re on this subject, many of the samples did not and, of course, still do not work with the current phonegap to build a working Android or IOS build. The one that comes to mind is Geolocation sample (either Basic or Javascript) topic: Manifest for Android - Allow Permissions - #21 by PPetree. It’s missing the definitions in the config.xml for the location services to be a permitted permission of the built app. Phil Petree worked with me extensively this past weekend, and he agrees, your samples are not complete. This would be best for newbees to have fully working samples. And the latest Geolocation now has a google maps call that also fails, as google now requires you to register as a developer (free unless your usage is tremendous). You have to add the api keys to the URL for it to be successful. I think you either take the map out of the sample, or show the URL with dummy API keys, or bite the bullet and get a set of keys for the samples. You can limit the cost to zero in the admin panel of google maps developer site. The first $200 worth of api calls every month are free - several hundred thousand calls per month.
Thanks Gary