-
-
Notifications
You must be signed in to change notification settings - Fork 374
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
lime setup android crushing #831
Comments
Looks like the zip contains a file which is too big to fit in your memory, |
I have 3Gb RAM, x64 Windows |
i'm getting the same problem in widows x64, 12 Gb ram... processes wasn't taking up more than 2 Gb. one workaround was to manually download and unzip the android ndk ('lime setup android' was throwing the error when unzipping the android ndk). Called from ? line 1 |
I got the same issue. I have 4 GB RAM on Windows 7. Created toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/libexec/g C:\DEV\haxe> |
Tracking here #878 |
@nykevinwong Your issue looks similar to mine, where it would crash during toolchain installation (I assume that is also probably what @NexiePrado was seeing). I solved this by downloading the NDK manually and extracting its contents to the Android NDK folder myself. It didn't even need to "install" anything, I just did a basic extract wit the unzip command on my CLI. For what it's worth I also use Windows 7, 16GB of RAM, and my educated guess is that the lime command line tools just can't handle the size of the NDK archive |
Same issue here on Windows 10 x64, 8GB RAM.
By manually downloading and unzipping the required version of Android NDK (r13 in my case), then directing lime setup android to it, the issue was circumvented. |
Hello, everyone!
I just trying to setup android for lime. I have runned command "lime setup android", but it crashed with error:
Thank's!
The text was updated successfully, but these errors were encountered: