core icon indicating copy to clipboard operation
core copied to clipboard

can't run dotnet on 8 gb ram android environment

Open memesmith1 opened this issue 2 years ago • 5 comments
trafficstars

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

memesmith1 avatar Aug 25 '23 03:08 memesmith1

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

buyaa-n avatar Aug 29 '23 00:08 buyaa-n

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

mairaw avatar Feb 21 '24 02:02 mairaw

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

leecow avatar Feb 21 '24 15:02 leecow

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

memesmith1 avatar Feb 21 '24 17:02 memesmith1

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

memesmith1 avatar Feb 21 '24 17:02 memesmith1