Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Many types uses information not available in the target platform #24

Closed
masesdevelopers opened this issue May 31, 2024 · 0 comments · Fixed by #26, #27 or #29
Closed

Many types uses information not available in the target platform #24

masesdevelopers opened this issue May 31, 2024 · 0 comments · Fixed by #26, #27 or #29
Assignees
Labels
bug Something isn't working .NET

Comments

@masesdevelopers
Copy link
Contributor

The following line contains Java.Lang.Constant.IConstable and Java.Lang.Constant.IConstantDesc:

public partial class Float : Java.Lang.IComparable<Java.Lang.Float>, Java.Lang.Constant.IConstable, Java.Lang.Constant.IConstantDesc

however they are not available in the java.* classes of android.jar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment