In what context can one use Android ARM64 support? #643
Replies: 2 comments 3 replies
-
Not really much of anything yet. But the goal would be just to get basic Java code running so they can be deps of .net code. |
Beta Was this translation helpful? Give feedback.
-
So I wrote a MAUI project with VS 2022 including the latest IKVM pre and the latest IKVM.Maven to include a MavenReference to Saxon HE 12.5. Then I tried to debug/run the project, first on the Windows machine where VS runs, that works fine, then on a connected Android device/phone, that fails with
Not sure how to debug that further, the Saxon repo code for that class is at https://saxonica.plan.io/projects/saxonmirrorhe/repository/he/revisions/he_mirror_saxon_12_5/entry/src/main/java/net/sf/saxon/Configuration.java. I also tried to run in the Android emulator but somehow ARM64 Android emulation doesn't work at all, although I even tried on a Windows ARM 64 machine with the ARM64 version of Visual Studio. Tells something about a panic mode that the x64 emulator can't handle ARM64. Not sure how to get it to use a "native" ARM64 emulator given that it is a Windows ARM64 machine. |
Beta Was this translation helpful? Give feedback.
-
#640 mentions "Android ARM64 support" for "runtime libraries".
What does that mean?
Can we write MAU Android apps using IKVM? Or AvaloniaUI apps for Android ARM64?
I am just curious what options that "Android ARM64 support" gives us.
Beta Was this translation helpful? Give feedback.
All reactions