Project Information
- Repository: https://github.com/retrodaredevil/track-shooter
- Project Name: track-shooter
- My Github Account: https://github.com/friendsmobile
- My issue: https://github.com/retrodaredevil/track-shooter/issues/2
Expected behavior
When I try to open the application, all the options in the app should be displayed and the application should not be crash.
Actual behavior
When I try to open the application, the application is crashes and applications are not open.
How to reproduce
Download the app
Try to open the application
Note the Error
Browser/App version: Current Version 1.10
Operating system: 6.0
Recording Of The Bug
Logcat
E/AndroidRuntime(30706): FATAL EXCEPTION: main
E/AndroidRuntime(30706): Process: me.retrodaredevil.game.trackshooter, PID: 30706
E/AndroidRuntime(30706): java.lang.ExceptionInInitializerError
E/AndroidRuntime(30706): at java.lang.reflect.Constructor.newInstance(Native Method)
E/AndroidRuntime(30706): at java.lang.Class.newInstance(Class.java:1690)
E/AndroidRuntime(30706): at android.app.Instrumentation.newActivity(Instrumentation.java:1078)
E/AndroidRuntime(30706): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2541)
E/AndroidRuntime(30706): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2769)
E/AndroidRuntime(30706): at android.app.ActivityThread.access$900(ActivityThread.java:177)
E/AndroidRuntime(30706): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1430)
E/AndroidRuntime(30706): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime(30706): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime(30706): at android.app.ActivityThread.main(ActivityThread.java:5910)
E/AndroidRuntime(30706): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(30706): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime(30706): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1405)
E/AndroidRuntime(30706): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1200)
E/AndroidRuntime(30706): Caused by: com.badlogic.gdx.utils.GdxRuntimeException: Couldn't load shared library 'gdx' for target: Linux, 32-bit
E/AndroidRuntime(30706): at com.badlogic.gdx.utils.SharedLibraryLoader.load(SharedLibraryLoader.java:125)
E/AndroidRuntime(30706): at com.badlogic.gdx.utils.GdxNativesLoader.load(GdxNativesLoader.java:33)
E/AndroidRuntime(30706): at com.badlogic.gdx.backends.android.AndroidApplication.(AndroidApplication.java:60)
E/AndroidRuntime(30706): ... 14 more
E/AndroidRuntime(30706): Caused by: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/me.retrodaredevil.game.trackshooter-1/base.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]] couldn't find "libgdx.so"
E/AndroidRuntime(30706): at java.lang.Runtime.loadLibrary(Runtime.java:366)
E/AndroidRuntime(30706): at java.lang.System.loadLibrary(System.java:988)
E/AndroidRuntime(30706): at com.badlogic.gdx.utils.SharedLibraryLoader.load(SharedLibraryLoader.java:119)
E/AndroidRuntime(30706): ... 16 more