Greetings.
I have downloaded the Prism SDK from the releases page, the latest release. I've installed the Android workload for DotNet and included "prism-release.aar" in the project solution file to be packaged with the project.
Everything went well and Prism binds correctly. However, there are a few warnings triggered by Prism itself.
obj\Debug\net10.0-android\api.xml.class-parse : warning BG8605: The Java type 'com.ibm.icu.util.ULocale' could not be found (are you missing a Java reference jar/aar or a Java binding library NuGet?)
C:\Program Files\dotnet\packs\Microsoft.Android.Sdk.Windows\36.1.53\tools\Xamarin.Android.Bindings.ClassParse.targets(43,5): obj\Debug\net10.0-android\api.xml.class-parse warning BG8605: The Java type 'com.ibm.icu.util.ULocale' could not be found (are you missing a Java reference jar/aar or a Java binding library NuGet?)
obj\Debug\net10.0-android\java-resolution-report.log : warning BG8606: Some types or members could not be bound because referenced Java types could not be found. See the 'java-resolution-report.log' file for details.
C:\Program Files\dotnet\packs\Microsoft.Android.Sdk.Windows\36.1.53\tools\Xamarin.Android.Bindings.ClassParse.targets(43,5): obj\Debug\net10.0-android\java-resolution-report.log warning BG8606: Some types or members could not be bound because referenced Java types could not be found. See the 'java-resolution-report.log' file for details.
D:\top_speed\top_speed_net\TopSpeed.Android\obj\Debug\net10.0-android\generated\src\Com.Github.Ethindp.Prism.AudioCallback.cs(24,35): warning CS0108: 'AudioCallback.CppProxy._members' hides inherited member 'AudioCallback._members'. Use the new keyword if hiding was intended.
Should I ignore these warnings?
What about 'com.ibm.icu.util.ULocale'? I have no idea about this package.
Regards.
Greetings.
I have downloaded the Prism SDK from the releases page, the latest release. I've installed the Android workload for DotNet and included "prism-release.aar" in the project solution file to be packaged with the project.
Everything went well and Prism binds correctly. However, there are a few warnings triggered by Prism itself.
Should I ignore these warnings?
What about 'com.ibm.icu.util.ULocale'? I have no idea about this package.
Regards.