Issues related to Skia-based projects
System.DllNotFoundException: Gtk: libgtk-3-0.dll
When running the Skia.GTK project head, the following error may happen:
Unhandled exception. System.TypeInitializationException: The type initializer for 'Gtk.Application' threw an exception.
---> System.DllNotFoundException: Gtk: libgtk-3-0.dll, libgtk-3.so.0, libgtk-3.0.dylib, gtk-3.dll
In order to run Skia+GTK heads, you will need to make sure to install the GTK3 runtime.
Tip
Once the GTK3 runtime is installed, you will need restart your IDE for the changes to take effect.