孤独小码农 发表于 2018-5-31 11:18:05

在安卓二次开发 打包已经成功但是会闪退

java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader,nativeLibraryDirectories=]] couldn't find "libUE4.so"
                                                                        at java.lang.Runtime.loadLibrary0(Runtime.java:1011)
                                                                        at java.lang.System.loadLibrary(System.java:1657)
                                                                        at com.epicgames.ue4.GameActivity.<clinit>(GameActivity.java:3175)
                                                                        at java.lang.Class.newInstance(Native Method)
                                                                        at android.app.Instrumentation.newActivity(Instrumentation.java:1174)
                                                                        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2727)
                                                                        at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2911)
                                                                        at android.app.ActivityThread.-wrap11(Unknown Source:0)
                                                                        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1608)
                                                                        at android.os.Handler.dispatchMessage(Handler.java:105)
                                                                        at android.os.Looper.loop(Looper.java:164)
                                                                        at android.app.ActivityThread.main(ActivityThread.java:6665)
                                                                        at java.lang.reflect.Method.invoke(Native Method)
                                                                        at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
                                                                        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:781)



这问题怎么搞打包已经成功但是会闪退
页: [1]
查看完整版本: 在安卓二次开发 打包已经成功但是会闪退