Cannot create project in Visual Studio 2015

0

I have installed Visual Studio Community 2015. When I want to create any project it gives this error:

Image
(Click image to enlarge)

Please guide me to what should I do.

Ali

Posted 2015-10-31T06:07:01.980

Reputation: 271

what kind of project are you trying to create? .androidproj files are most commonly associated with the AndroidStudio IDE, rather than VS. – Frank Thomas – 2015-10-31T06:37:54.507

.androidproj is the one of project options in visual studio. As this link we can develop android app in visual studio https://www.visualstudio.com/vs-2015-product-editions

– Ali – 2015-10-31T06:44:32.457

The .androidproj extension does seem really weird. Although, this might be made from a C++ and/or Xamarin cross platform project template that I'm not aware of. – None – 2015-10-31T21:38:14.800

No answers