I tested in 17.8.4 but it's still not available. I think there is a bug. But I found the solution. "dotnet workload install maui" this command is doing the job. The maui and all .net android templates downloaded after I run that command.
How to create Android Java Library Binding project in Visual Studio 2022
Ömer Faruk Arslan
0
Reputation points
I am trying to create an Android Java Library Binding project, but it's not listed in project templates. I have Visual Studio 2022 17.8.0 and .NET MAUI development installed. I am following this documentation: https://learn.microsoft.com/en-us/dotnet/maui/migration/android-binding-projects?view=net-maui-8.0#embedded-jaraar-files
I also downloaded .net 8.
How can I create Android Java Library Binding project?