【发布时间】:2013-12-07 23:24:44
【问题描述】:
我正在尝试启动 ServiceStack.AndroidIndie 解决方案以与本教程一起使用。我正在尝试在我的 Android 应用中启用 ServiceStack Api;但是,我在尝试打开项目文件时收到以下错误:
Migration Report -
Overview
Project Path Errors Warnings Messages
ServiceStack.Client.AndroidIndie.csproj 1 0 0
ServiceStack.Interfaces.AndroidIndie.csproj 1 0 0
ServiceStack.Text.AndroidIndie.csproj 1 0 0
ServiceStack.AndroidIndie.sln 0 0 1
ServiceStack.Client\ServiceStack.Client.AndroidIndie.csproj: The application which this project type is based on was not found.
ServiceStack.Interfaces\ServiceStack.Interfaces.AndroidIndie.csproj: The application which this project type is based on was not found.
..\..\ServiceStack.Text\src\ServiceStack.Text\ServiceStack.Text.AndroidIndie.csproj: The application which this project type is based on was not found.
ServiceStack.AndroidIndie.sln: The solution file does not require migration.
我当然用的是官方GitHub页面下载的最新版本,也是直接通过windows GitHub app与ServiceStack同步的。
尝试在 VS 2012 和 VS 2013 中启动项目。同样的错误。
有什么想法吗?
【问题讨论】:
-
这也发生在其他项目上,不仅是 ServiceStack .. 有人知道如何解决它们吗?
-
似乎在 Xamarin 中打开项目是可行的,如果安装了 Visual Studio 的 XAMARIN 插件,显然它应该能够在 Visual Studio 中打开这个项目。
-
我尝试重新安装 Xamarin,但在 Visual Studio 中没有可用的插件,而且我在 google 上找不到任何东西。有什么提示吗?
-
嗨,Myslex 你搞定了吗?
-
@Scott 是的!昨天晚些时候,我让它工作了。 Xamarin 的 Visual Studio 插件似乎没有正确安装,一旦我安装了插件,我就能够打开并构建解决方案。但是,正如您之前指出的,用于 VS 的 Xamarin 不是免费的。因此,我决定使用“免费”库,因此我不需要打开项目文件。再次非常感谢 Scott 的帮助。此致,
标签: android visual-studio plugins xamarin.android xamarin