Hi All,
Sorry about not providing enough info on my original post. The environment is XP SP3 running VS2010. Per recommendation from Ajith.Joseph, I moved my android-sdk to a location without spaces in the path, deleted my test project in VS and rebooted. I then tried to create a new Android project in VS. I gave it a name, accespted the default Build Target Version of Android-16 and got the error, 'Failed to create new android project. Reason: The system cannot file the file specified. What file might that be? :-)
Here are my Env variables and pertinent part of my path:
ANT_HOME - C:Program Filesapache-ant-1.8.4
JAVA_HOME - C:Program FilesJavajdk1.7.0_07
PATH - C:Program FilesJavajdk1.7.0_07in;C:Program Filesapache-ant-1.8.4in;C:Androidandroid-sdk;C:Androidandroid-sdk ools
The folders pointed to by the path and variables all exist at the specified location. Do I need to worry about spaces in the path for ANT_HOME and JAVA_HOME? What can I try next?
Sorry to be so clueless and thanks in advance for all the help,
Doug