Giter Club home page Giter Club logo

Comments (6)

DoDoENT avatar DoDoENT commented on August 16, 2024

Hi, BlinkID is native library and native code is rather large because it needs to be compiled separately for each supported Android ABI.

You can reduce the size of your app by following our app size reducing guidelines.

from blinkid-android.

k0shk0sh avatar k0shk0sh commented on August 16, 2024

this isn't a good option for us, as we are not deploying the apk to the playstore. any other solutions?

from blinkid-android.

DoDoENT avatar DoDoENT commented on August 16, 2024

There is still one possible solution: in your app's build.gradle under android section, add following statement:

packagingOptions {
    exclude 'lib/arm64-v8a/libBlinkID.so'
    exclude 'lib/x86/libBlinkID.so'
    exclude 'lib/x86_64/libBlinkID.so'
}

You can't reduce your app more than that. Note: this will remove support for Intel devices completely and on ARM64 devices (like SGS6, Nexus 5X and most new devices) performance will not be optimal due to using ARM7 binary in emulation mode.

from blinkid-android.

DoDoENT avatar DoDoENT commented on August 16, 2024

Hi @k0shk0sh,

can we close this issue?

from blinkid-android.

DoDoENT avatar DoDoENT commented on August 16, 2024

I would just like to add that new release has more detailed documentation on reducing application size by eliminating CPU ABIs that are not required. You can check it here.

from blinkid-android.

k0shk0sh avatar k0shk0sh commented on August 16, 2024

Please go ahead, thanks
On Apr 7, 2016 1:01 AM, "DoDo" [email protected] wrote:

I would just like to add that new release has more detailed documentation
on reducing application size by eliminating CPU ABIs that are not required.
You can check it here
https://github.com/BlinkID/blinkid-android#removing-processor-architecture-support-in-gradle-without-using-apk-splits
.


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#3 (comment)

from blinkid-android.

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.