Giter VIP home page Giter VIP logo

Comments (8)

knopp avatar knopp commented on August 15, 2024

I don't think this is currently possible with pub. There is no way to configure per platform dependencies. NDK installation is should be quite straightforward though.

In any case, this seems like a question better suited for Dart/Flutter.

from super_native_extensions.

mreinfurt avatar mreinfurt commented on August 15, 2024

Thanks for the fast reply! Yeah, I know it isn't possible with pub. There are already a few feature requests but nothing that works as of yet.

In my case, I'm getting compilation errors which I can't seem to fix (and thought since it isn't needed anyway, I could save some time).
/Library/Android/sdk/ndk/21.1.6352462/toolchains/llvm/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin/ld: fatal error: out of file descriptors and couldn't close any
Already tried increasing the limit of file descriptors and similar things, no luck so far. If you've seen this before and have a quick suggestion, it'd be very welcome.

If not, that is no problem at all and you can also close this issue. :) For now, to deliver the feature to customers, I forked super_native_extensions and removed the android part until I'm able to build.

from super_native_extensions.

knopp avatar knopp commented on August 15, 2024

Is this on a CI or local?

from super_native_extensions.

knopp avatar knopp commented on August 15, 2024

Also, does ulimit -n 65536 not help at all?

from super_native_extensions.

knopp avatar knopp commented on August 15, 2024

It is a bit weird though because I have file descriptors limited to 256 (default) and have never seen the error.

from super_native_extensions.

mreinfurt avatar mreinfurt commented on August 15, 2024

It's local. And yeah, for some reason ulimit -n 65535 doesn't help. I also tried other fixes related to file descriptors (because it seems on macOS 65536 might not be accepted and limit must be lower and so on) but no fix worked. I found some related issues like this one but nothing worked so far.

The build works on other machines (although none of them are running a Mac with M1/M2 chip). I'll probably investigate a bit more next week.

from super_native_extensions.

adil192 avatar adil192 commented on August 15, 2024

Have you tried forking this repo and removing the android support?

from super_native_extensions.

mreinfurt avatar mreinfurt commented on August 15, 2024

@adil192 Yes, in the end I forked the repo and removed the android part so I can still use it on iOS & Web. 👍

from super_native_extensions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.