简体   繁体   中英

Cannot create tizen project in Visual Studio 2015 with Xamarin

This is my first time of using Visual Studio 2015 Community with Xamarin, and in using them to create Tizen apps.

In Visual Studio 2015, I chose File - New Project - Blank Tizen App (Tizen Xamarin.Forms Single). The files were generated, but virtually every keyword was not recognized ie red underline on them.

What configuration is wrong is my system, and how to fix them?

OK, so I did the following and it fixed this problem (somehow): 1. Uninstalled VS2015. 2. Reinstalled VS2015. I encountered installation failure on Roslyn and NDK-R11C. 3. I Ran VS2015 installer again in elevated mode (Run as Admin) and chose Repair. Roslyn was successfully installed but NDK-R11C was still failed, with the same error as before: Cannot extract the zip file to the target location. 4. Manually I ran the extraction of NDK using windows' default unzipper. I got unclear error message stating that NDK cannot be expanded. 5. Using Norton Commander, Extracted the zip file to the same target location. Success. 6. Ran VS2015, created the blank project. Now NuGet could get the updates, and after that the keywords were properly recognized.

I don't know, though, what was the connection between NDK and Tizen Extension. Maybe the act of reinstalling VS2015 just fixed the problem. At least now I got it now. Thanks all!.

I think it's bug of VS plugin. (it's preview version.)
Project - Unload project and Project - Reload project
I think this should solve your problem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM