java - Project created by libgdx is not working on android -
I use the latest version of the latest libgdx version (0.9.9) and adt (build: v22.6.2-1085508) I am with SDK toll version 22.6.2 and SDK platform-tools version 19.0.1 and SDK build version 19.0.3. My programs run fine on the desktop but when I want to emulate it on Android, I get an error (unfortunately, the Bird's Escape has been discontinued). My desktop is 64 bit and I have Arbyby and Armaby-V7A in the root directory of Android. Please see here: Settings for the device This is:
04-25 18: 14: 18.383: D / DelWiki (1198): Lib / is trying to load the data /app-lib/com.Solijon. BirdEscape.android-1 / libgdx.so 0xb3d03bb8 04-25 18: 14: 18.423: D / dalvikvm (1198): shared lib /data/app-lib/com.Solijon.BirdEscape pair went .android -1 / libgdx.so 0xb3d03bb8 04-25 18: 14: 18.423: D / dalvikvm (1198): not found JNI_OnLoad /data/app-lib/com.Solijon.BirdEscape.android-1/libgdx.so 0xb3d03bb8, 4/4/18: 14 : 18.503: D Excluding Android / TimeTime (1198): VM 04-25 18: 14: 18.503: W / DelWiki (1198): Threaded = 1: Exhausted exception exception (Group = 0xb3a3fba8) 04-25 18: 14: 18.523: E / AndroidRuntime (1198): Severe Exception: Main 04-25 18: 14: 18.523: E / AndroidRuntime (1198): Process: com.Solijon.BirdEscape.android, PID: 1198 04-25 18: 14: 18.523 : E / AndroidRuntime (1198): java.lang.RuntimeException: Com: Unable to start activity at ComponentInfo {com.Solijon.BirdEscape.android/com.Solijon.BirdEscape.android.AndroidLauncher}. badlogic.g dx.utils.GdxRuntimeException: Libgdx OpenGL ES 2.0 requires 04-25 18: 14: 18.523: E / AndroidRuntime (1198): 04-25 18 on android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2195): 14: 18.523: e / AndroidRuntime (1198): on android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:2245) 04-25 18: 14: 18.523: e / AndroidRuntime (1198): on android.app.ActivityThread.access $ 800 (ActivityThread .java: 135) 04-25 18: 14: 18.523: E / Android Random (1198): On Android. Act. ActivitraTrade $ H Hondal Message (Activity: Java.1196) 04-25 18: 14: 18.523: E / Android Time (1198): Android.OS. Handler Dispatch Message (Handler, Java 2) 04-25 18: 14: 18.523: E / Android Random (1198): Android. Los. Looper Loop (Looper Z. 36) 04-25 18: 14: 18.523: E / Android Random (1198): Android. App Activitat.mine (ActivityTrad.Java01017) 04-25 18: 14: 18.523: E / Android Time (1198): On Java. Lang.reflect.Method.invokeNative (Basic Method) 04-25 18: 14: 18.523: E / Android Rendime (1198): java.lang.reflect.Method.invoke (method.java author 15) 04-25 18: 14: 18.523: E / Android Random (1198): com.android.internal.os.ZygoteInit $ MethodAndArgsCaller.run (ZygoteInit.java:779) 04-25 18:14: 18.523: E / AndroidRuntime ( 1198): com.android.internal.os.ZygoteInit.main (ZygoteInit.java lesson95) 04-25 18: 14: 18.523: E / AndroidRuntime (1198): main (native resident method) on dalvik.system.NativeStart 04-25 18: 14: 18.523: E / AndroidRuntime (1198): com.badlogic.gdx.utils.GdxRuntimeException: Because of 14: 18.523: E Libgdx Open ES 2.0 04-25 18 / AndroidRuntime (1198) : 14: 18.523: E / AndroidRuntime (1198): com.badlogic.gdx.backends.android.AndroidGraphics.createGLS At urfaceView (AndroidGraphics.java:121) 04-25 18 at com.badlogic.gdx Backends.android.AndroidGraphics & LT; Init & gt; (AndroidGraphics.java:101) 04-25 18:. 14: 18.523: E / AndroidRuntime (1198) :. Com.badlogic.gdx.backends.android.AndroidGraphics at & lt; Init & gt; (Androidgrafikskjawa: 94) 04-25 18: 14: 18.523: E / Android Rentaim (11 9 8): Android Aepplaneshnind on Comkbadlogickgdxkbackendskandroid (Android Application.java:130) 04-25 18 : 14: 18.523: E / Android Random (1198): at com.badlogic.gdx.backends.android. Android Applications of Intrilaijh (Android application. Jawaः 9 4) 18-25: 18:14: 18.523: E / AndroidRuntime (1198): On com.Solijon.BirdEscape.android.AndroidLauncher.onCreate (AndroidLauncher.java:14) 04-25 18: 14: 18.523: E / AndroidRuntime (1198): android.app.Activity on .parformCreate (Activity.java:5231) 04-25 18: 14: 18.523: E / AndroidRuntime (1198): android.app.Instrumentation. 04-25 18: 14: 18.523: E / Android Random (1198): Android on callActivityOnCreate (Instrumentation.java:1087). App ActivateTrade.Perform Launching Activity (ActivityTrad.Jewish1515) 04-25 18: 14: 18.523: E / Android Random (1198): ... 11 more is basically doing a LibGDX error because The emulator does not allow it to use GLES 2. To enable the emulator, you need to tick the "Use hosted GPU" box in its set up.
Comments
Post a Comment