Hi
I am new in mobile programming . My project is a software work both in IOS & Android .I have visual studio 2015 with xamarin.
I started the project with ios application and try to add android application in the same Solution.then showing below error
"the project directory already exists. when a project is created it must be placed within a new folder of the same name.choose a different name or location for your project "
Posts
Open the existing solution. On the right you will see the solution explorer. Right click on the solution name and sell add --> new project to add the android app to the solution
hello ken
thank you for your reply.I solved the problem .the problem was with my android sdk path.
sdk was installed inside the appdata of other user of my laptop which is the administrator.
when i changed the sdk path the problem solved