I have a serious problem with creating cross-platform applications.
When I'm trying to create the project the following error displayed:
How to fix these issues?
I have a serious problem with creating cross-platform applications.
When I'm trying to create the project the following error displayed:
How to fix these issues?
I solved the problem,
The problem is with UWP project. This project is trying to restore packages from api.nuget.org but failed every time.
I removed this project from the solution and the entire solution is working perfectly now.
Note: UWP project can work separately, but it can't work with Android and iOS projects. I still don't know what the problem is, I reported this issue to Visual Studio report center. But for now, I need only Android and iOS projects.