I'm trying to launch the ServiceStack.AndroidIndie solution to use with the tutorial. I'm trying to enable the ServiceStack Api in my Android app; However, I'm receiving the following error, upon trying to open the project file:
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.
I am of course using the latest version downloaded of the official GitHub page, also synced with ServiceStack directly through windows GitHub app.
Tried launching projects in both VS 2012 and VS 2013. Same error.
Any ideas?