I'm starting some projects with Xamarin Studio, I'm having some problems and I still can not solve it. It always appears these 2 errors, I looked at a solution on stackoverflow.com, but the solutions given there did not solve my problem and since I did not find anything like it, I decided to post here. Right at the beginning of my application,
using Xamarin.Forms;
The type or namespace name 'Xamarin' could not be found (are you missing a directive or an assembly reference?) (CS0246)
public class App : Application
The type or namespace name 'Application' could not be found (CS0246)
The solution to solve this is routine taken from stackoverflow.com
The problem with doing this is that it can not add the Xamarin package, it has another problem:
Could not install package 'Xamarin.Forms 1.3.3.6323'. You are trying to install this package into a project that targets 'portable-Profile78', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.