-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Is there a document for Coreclr on the Android platform #90160
Comments
Tagging subscribers to 'arch-android': @steveisok, @akoeplinger Issue DetailsIf I want to embed coreclr on an Android app (c++), how should I locate the directory of the standard library? Has there been a change in the way dependencies are loaded?
|
Have you checked out this document? https://learn.microsoft.com/en-us/dotnet/core/tutorials/netcore-hosting Android is not an officially supported platform for coreclr. Howerver, we have a mono offering on Android. |
Tagging subscribers to this area: @vitek-karas, @agocke, @VSadov Issue DetailsIf I want to embed coreclr on an Android app (c++), how should I locate the directory of the standard library? Has there been a change in the way dependencies are loaded?
|
Hello, this document I have read, mono I tried on windows platform, mono api and coreclr is very different, I need to maintain two embedded code, which is a lot of trouble. I see that mono's dynamic library exports coreclr compatible c++ apis, Is it available? Maybe one day Android coreclr is ready and I can easily replace it. In addition, want to ask the mobile end of coreclr is not planned for the time being? How many.NET versions will still use mono? |
Nothing to share at this point. If you have not taken a look, we are shipping an preview version of iOS using Native AOT.
That is true. Though depending on your scenario, it likely is less specific code than you might think. Often these PAL layers are thin and once you have the runtime started, you can do most of the interesting logic in managed (which is shared code).
Can you elaborate? I am not quite sure what you are asking. |
@SamMonoRT who may have some insight on the mono exports |
@CeSun those methods that you highlighted are defined in |
What platforms are supported by these APIs? Does it support mobile platforms? |
@CeSun For using Mono on Android, we actually have a complete end to end solution. Have you considered To answer your question directly, I would expect them to work on Android. But I am not 100% sure. Feel free to try it out. |
Looks like the question was answered, closing this issue. CoreCLR on Android is also tracked via #4296 |
If I want to embed coreclr on an Android app (c++), how should I locate the directory of the standard library? Has there been a change in the way dependencies are loaded?
The text was updated successfully, but these errors were encountered: