| -----Project Information------------------------------------- | . | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Project Respotry | https://github.com/apps4bali/gatrabali-app. |
|---|---|
| Project Name: | gatrabali-app. |
| My Github Account | https://github.com/friendsmobile. |
| APK Downlod |
|
</tr
| My issue: |
|
Expected behavior
The application should not crash when I try to open the application
Actual behavior
The application crashes when I try to open the application
How to reproduce
open the application
try to open the application
Note the Error
Browser/App version: 1.0.4
Operating system: 6.0
Recording Of The Bug
Logcat
D/AndroidRuntime(17425): Shutting down VM
E/AndroidRuntime(17425): FATAL EXCEPTION: main
E/AndroidRuntime(17425): Process: com.gatrabali.android, PID: 17425
E/AndroidRuntime(17425): java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.gatrabali.android-1/base.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]] couldn't find "libflutter.so"
E/AndroidRuntime(17425): at java.lang.Runtime.loadLibrary(Runtime.java:366)
E/AndroidRuntime(17425): at java.lang.System.loadLibrary(System.java:988)
E/AndroidRuntime(17425): at io.flutter.view.FlutterMain.startInitialization(FlutterMain.java:161)
E/AndroidRuntime(17425): at io.flutter.view.FlutterMain.startInitialization(FlutterMain.java:136)
E/AndroidRuntime(17425): at io.flutter.app.FlutterApplication.onCreate(FlutterApplication.java:22)
E/AndroidRuntime(17425): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1019)
E/AndroidRuntime(17425): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4991)
E/AndroidRuntime(17425): at android.app.ActivityThread.access$1600(ActivityThread.java:177)
E/AndroidRuntime(17425): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1491)
E/AndroidRuntime(17425): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime(17425): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime(17425): at android.app.ActivityThread.main(ActivityThread.java:5910)
E/AndroidRuntime(17425): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(17425): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime(17425): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1405)
E/AndroidRuntime(17425): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1200)