Giter Club home page Giter Club logo

Comments (9)

jaumard avatar jaumard commented on June 1, 2024

Hi ! Your log look more like you're running the app on a non supported architecture of flutter as it doesn't find flutter.so. at least that's my guess ^^

from flutter_crashlytics.

oliverbytes avatar oliverbytes commented on June 1, 2024

Hi ! Your log look more like you're running the app on a non supported architecture of flutter as it doesn't find flutter.so. at least that's my guess ^^

Yeah..that's how I think it is too.. but I'm not sure if it's related to this package.. also using v0.3.0 it crashes without any logs at all... anybody having the same problem as me?

from flutter_crashlytics.

jaumard avatar jaumard commented on June 1, 2024

You'll not have crash report if it crash before you had the chance to start the app, which is the case here :/ crash report is enabled once you call initialized here it doesn't found the flutter binary so no change you'll get the crash

from flutter_crashlytics.

dspoonia7 avatar dspoonia7 commented on June 1, 2024

Facing the same issue. Android app is crashing in release mode. The app crashes even before opening. In debug mode it is working fine.

from flutter_crashlytics.

edgartrem avatar edgartrem commented on June 1, 2024

The issue is because by default, flutter only includes the 32bit flutter engine (armeabi-v7a) that means that only the (armeabi-v7a) folder will exists inside your release apk. 64bit phones can run 32bit apps with no problem.

The problem with version v0.3.0 is that it now includes it's own binaries in order to also catch flutter engine crashes. This however introduces the (arm64-v8a) folder into your app, 64bit phone will now target this folder, but there is no flutter engine in there as you can see.

Screen Shot 2562-03-26 at 11 40 57

You can find several solutions:

azihsoyn/flutter_mlkit#36

flutter/flutter#18494

flutter/flutter#18939

https://medium.com/flutterpub/flutter-app-couldnt-find-libflutter-so-c95ad81cbccd

from flutter_crashlytics.

jaumard avatar jaumard commented on June 1, 2024

Ho nice finding @edgartrem ! I admit that I never deal with that, if anyone know how to fix this for I'll have to dig more.

from flutter_crashlytics.

jaumard avatar jaumard commented on June 1, 2024

Hey guys, I'm trying to find the root cause of this, do you mind trying this branch https://github.com/kiwi-bop/flutter_crashlytics/tree/bugfix/androidCrash I removed the NDK support as I'm guessing that's what causing the issue here. Let me know !

from flutter_crashlytics.

slightfoot avatar slightfoot commented on June 1, 2024

Relates to flutter/flutter#18494

from flutter_crashlytics.

jaumard avatar jaumard commented on June 1, 2024

I'm closing this as it's not related to this package but to the issue linked by @edgartrem and @slightfoot :) thanks guys !

from flutter_crashlytics.

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.