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

can't run dotnet on 8 gb ram android environment #8713

Open
memesmith1 opened this issue Aug 25, 2023 · 5 comments
Open

can't run dotnet on 8 gb ram android environment #8713

memesmith1 opened this issue Aug 25, 2023 · 5 comments
Labels
area-tutorials Issues related to getting started tutorials question

Comments

@memesmith1
Copy link

Problem encountered on https://dotnet.microsoft.com/en-us/learn/languages/fsharp-hello-world-tutorial/install
Operating System: linux

Provide details about the problem you're experiencing. Include your operating system version, exact error message, code sample, and anything else that is relevant.

I am developing in termux on android. I installed ubuntu via proot. Then In ubuntu I installed dotnet-sdk-7.0.

I have to install it through the package manager rather than getting the binary.

This is the result when I try dotnet -h

root@localhost:# dotnet -h
GC heap initialization failed with error 0x8007000E
Failed to create CoreCLR, HRESULT: 0x8007000E
root@localhost:
#

I get the same error when I run dotnet new

I need to be able to run dotnet in this 8 gb android environment even if I need to run it in swapspace/physical memory

@buyaa-n buyaa-n added question area-tutorials Issues related to getting started tutorials labels Aug 29, 2023
@buyaa-n
Copy link
Member

buyaa-n commented Aug 29, 2023

I am developing in termux on android. I installed ubuntu via proot. Then In ubuntu I installed dotnet-sdk-7.0.

Might not supported tag @dotnet/linux-team for clarification

@mairaw
Copy link
Contributor

mairaw commented Feb 21, 2024

@leecow can you help here? is this a supported scenario?

@leecow
Copy link
Member

leecow commented Feb 21, 2024

No, not specifically supported. @memesmith1, I've never worked on an Android device - what's the processor chipset?

@memesmith1
Copy link
Author

Don't you reason that it is problematic though for a hello world to take over a gigabyte of ram?

@memesmith1
Copy link
Author

I was on a Google pixel 7a in an Ubuntu container

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-tutorials Issues related to getting started tutorials question
Projects
None yet
Development

No branches or pull requests

4 participants