Xamarin Blank App (Native) template missing in Visual Studio 2015

后端 未结 3 1063
情话喂你
情话喂你 2021-01-27 09:54

I have installed all the tools for development with Xamarin in Visual Studio 2015, but somehow I do not see Blank App (Native) template when I create new project. I am only able

3条回答
  •  半阙折子戏
    2021-01-27 10:20

    VS 2015 caches a lot and that usually means a lot of troubles.

    Close Visual Studio 2015.

    After restoring Xamarin, go to C:\Users\user_name\AppData\Local\Microsoft\VisualStudio\14.0\VTC and type on the search box cache.bin

    NOTE - You will only see those files if you set the show hidden files option.

    Delete all cache.bin files.

    Reopen VS2015. All your Xamarin templates will be there and they show the appropriate icon.

提交回复
热议问题