In Visual Studio 16.8.5 everything works fine .
But after I update Visual Studio 16.9.0, the template for android binding library is missing .
Yes, this is also the case in the latest Visual Studio 2019 v16.10 Preview 1
This is fixed on Visual Studio 2019 v16.10 Preview 2. The workaround is to open an existing binding library instead of creating a new one. If anybody's interested I can create one and paste a zip here. (Edit: attached)
Bindings.zip
@mattleibow also faced this issue https://discord.com/channels/732297728826277939/732297837953679412/814623538215518209
Visualstudio 16.9.2 , no Class Liberay(Android), no Binding Library. I'm so tired to xamarin for these bug.
VS(windows)版本,v16.9.x 版本需要在设置中关闭某个功能,才能在新建项目中看到Xamarin.Android 绑定库,类库等选项

Thanks @wangyankun33!
Unchecking the Show all .NET Core templates in the New project dialog option will make the template show up.

Blank solution is also gone in the stable release. Crazy how VS team is doing updates
Thanks @wangyankun33!
Unchecking the
Show all .NET Core templates in the New project dialogoption will make the template show up.
Disable Show all .NET Core templates in the New project dialog worked for me, thanks
Templates were added back in the latest stable version (16.9.4).
Yep, this should be fixed in 16.9.4:
https://docs.microsoft.com/en-us/visualstudio/releases/2019/release-notes#--visual-studio-2019-version-1694-
Most helpful comment
Thanks @wangyankun33!
Unchecking the

Show all .NET Core templates in the New project dialogoption will make the template show up.