xamarin / app-crm

MIT License
387 stars 249 forks source link

Can't compile Android on latest VS 2019 16.3.4 #129

Open ajt2018 opened 4 years ago

ajt2018 commented 4 years ago

Installed the latest (as of 14th October 2019) version of Visual Studio 2019 16.3.4. Added mobile development with Xamarin to the VS installation. Downloaded this as my first example of how to use Xamarin and have had no luck.

Mainly, I can't compile in Debug due to CS0103 The name 'InitializeComponent' does not exist in the current context This is in App.xaml / App.cs in the portable project. Also have errors with : armeabi option had to be removed manually in the .csproj "failed processing manifest error" "resource integer/google_play_services_version (aka com.xamarin.xamarincrm:integer/google_play_services_version) not found"

In Android Release mode I just get this: The "LinkAssemblies" task failed unexpectedly .... Mono.Cecil.ResolutionException: Failed to resolve System.Int32

Am I missing something obvious here ?

Regards

555mn commented 4 years ago

I am getting the same error. Any suggestions please?