Giter Site home page Giter Site logo

Comments (4)

dcharkes avatar dcharkes commented on July 16, 2024 1

Is there any difference between Android ".so" library and Linux ".so" library ?

Yes, they are very different.

They use a different ABI (application binary interface), they likely run on different hardware (your linux machine is like x64, while your Android device is likely arm64).
You can see the ABI with for example: https://stackoverflow.com/questions/35424987/how-to-get-architecture-of-a-shared-object-file-so-file-using-gnu-c-program

They also use different libraries for system calls etc. So for Android you will always need to compile with the Android NDK.

Kindly confirm whether we can build ".so" library from Android Studio only or we can use some other tools.

You can build it from Android studio, or with any other compiler that can target the Android NDK.

from ffi.

dcharkes avatar dcharkes commented on July 16, 2024

Hi @santoshyadav140293, nice to meet you!

You need to bundle your library in the jniLibs folder in the generated flutter create --template=plugin_ffi --platform=android. Place the .so file in android/src/main/jniLibs/${target.architecture.cmakeAndroid}/. See more info on https://developer.android.com/studio/projects/gradle-external-native-builds#jniLibs

Did you make a Flutter FFI plugin or a Dart standalone package? Dart standalone packages are currently not supported in Flutter applications. This is being tracked in:

from ffi.

santoshyadav140293 avatar santoshyadav140293 commented on July 16, 2024

Yes, I am using Flutter FFI plugin.

Kindly confirm weather we can build ".so" library from Android Studio only or we can use some other tools.

Is there any difference between Android ".so" library and Linux ".so" library ?

@dcharkes Please suggest.

from ffi.

santoshyadav140293 avatar santoshyadav140293 commented on July 16, 2024

Thank you for the response it helps me a lot.

from ffi.

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.