jsuarezruiz / forms-gtk-progress

Xamarin.Forms GTK Backend Progress
MIT License
191 stars 8 forks source link

Installation with VS2019 #27

Closed Graveen closed 4 years ago

Graveen commented 4 years ago

Hello, Is there any tutorial for step by step installation ? I followed the Xamarim.Forms GTK setup tutorial, with GameOfLife demo. Thank you !

VS2019 Community 16.6.2, Xamarin.Forms & Xamarin.Forms.Platform.GTK 4.7.0.968 & GTK# 2.12 on Windows 10 x64 2004

Following the platform setup is leading to an error at build: line 15 var app = new App(); namespace not found for App().

If i replace App() by Xamarin.Forms.Application(), it starts but throws a System.NullReferenceException at: lien 21 Gtk.Application.Run();

Graveen commented 4 years ago

I was not referencing correctly the main project. Sorry !