Skip to content
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

( BUG Toughest VERSION 2.0.2 ) When I try to open the application, then the application crashes #2

Closed
friendsmobile opened this issue Jul 13, 2019 · 4 comments

Comments

@friendsmobile
Copy link

Project Information

Expected behavior

When I try to open the application, the application should be open so that users can easily use all the options in the application.

Actual behavior

When I try to open the application, then the application crashes

How to reproduce

  • Download the application

  • try to open the applicationon

  • Note the Error

  • Browser/App version: 2.0.2

  • Operating system: 6.0

Recording Of The Bug

20190713_153824

Logcat

D/AndroidRuntime(21764): Shutting down VM

E/AndroidRuntime(21764): FATAL EXCEPTION: main

E/AndroidRuntime(21764): Process: tricky.questions, PID: 21764

E/AndroidRuntime(21764): java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/tricky.questions-1/base.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]] couldn't find "libflutter.so"

E/AndroidRuntime(21764): 	at java.lang.Runtime.loadLibrary(Runtime.java:366)

E/AndroidRuntime(21764): 	at java.lang.System.loadLibrary(System.java:988)

E/AndroidRuntime(21764): 	at io.flutter.view.FlutterMain.startInitialization(FlutterMain.java:122)

E/AndroidRuntime(21764): 	at io.flutter.view.FlutterMain.startInitialization(FlutterMain.java:99)

E/AndroidRuntime(21764): 	at io.flutter.app.FlutterApplication.onCreate(FlutterApplication.java:22)

E/AndroidRuntime(21764): 	at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1019)

E/AndroidRuntime(21764): 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4991)

E/AndroidRuntime(21764): 	at android.app.ActivityThread.access$1600(ActivityThread.java:177)

E/AndroidRuntime(21764): 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1491)

E/AndroidRuntime(21764): 	at android.os.Handler.dispatchMessage(Handler.java:102)

E/AndroidRuntime(21764): 	at android.os.Looper.loop(Looper.java:135)

E/AndroidRuntime(21764): 	at android.app.ActivityThread.main(ActivityThread.java:5910)

E/AndroidRuntime(21764): 	at java.lang.reflect.Method.invoke(Native Method)

E/AndroidRuntime(21764): 	at java.lang.reflect.Method.invoke(Method.java:372)
@MDSADABWASIM
Copy link
Owner

MDSADABWASIM commented Jul 28, 2019

Make sure your project is migrated to AndroidX, if not then follow this article and migrate your project
https://medium.com/@swhussain110/how-to-migrate-your-flutter-app-to-androidx-9a78eaaa924b.

@friendsmobile
Copy link
Author

hello @MDSADABWASIM your link article not founding I think a link is wrong

image

@MDSADABWASIM
Copy link
Owner

MDSADABWASIM commented Oct 18, 2019

Sorry for the late response here's another link doc

@MDSADABWASIM
Copy link
Owner

I think this will be enough to close this issue, reopen it if you get the same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants