Bullet libs

Hey,



I’m trying to run a test application on Android in order to check if bullet runs (or not) but so far I’m not even able to display a physics ball… :(. I have the following log on my Nexus S :


05-16 14:55:39.197: INFO/PackageManager(114): Removing non-system package:com.lesmobilizers.tehmoballizer.general
05-16 14:55:39.197: INFO/Process(114): Sending signal. PID: 787 SIG: 9
05-16 14:55:39.197: INFO/ActivityManager(114): Force stopping package com.lesmobilizers.tehmoballizer.general uid=10054
05-16 14:55:39.454: DEBUG/PackageManager(114): Scanning package com.lesmobilizers.tehmoballizer.general
05-16 14:55:39.458: INFO/PackageManager(114): Package com.lesmobilizers.tehmoballizer.general codePath changed from /data/app/com.lesmobilizers.tehmoballizer.general-1.apk to /data/app/com.lesmobilizers.tehmoballizer.general-2.apk; Retaining data and using new
05-16 14:55:39.458: INFO/PackageManager(114): Unpacking native libraries for /data/app/com.lesmobilizers.tehmoballizer.general-2.apk
05-16 14:55:39.470: DEBUG/installd(77): DexInv: --- BEGIN '/data/app/com.lesmobilizers.tehmoballizer.general-2.apk' ---
05-16 14:55:39.568: DEBUG/dalvikvm(830): creating instr width table
05-16 14:55:39.787: DEBUG/dalvikvm(830): DexOpt: 'Lorg/xmlpull/v1/XmlPullParser;' has an earlier definition; blocking out
05-16 14:55:39.787: DEBUG/dalvikvm(830): DexOpt: 'Lorg/xmlpull/v1/XmlPullParserFactory;' has an earlier definition; blocking out
05-16 14:55:39.787: DEBUG/dalvikvm(830): DexOpt: 'Lorg/xmlpull/v1/XmlSerializer;' has an earlier definition; blocking out
05-16 14:55:39.787: DEBUG/dalvikvm(830): DexOpt: 'Lorg/xmlpull/v1/XmlPullParserException;' has an earlier definition; blocking out
05-16 14:55:39.790: DEBUG/dalvikvm(830): DexOpt: 'Lorg/xmlpull/v1/sax2/Driver;' has an earlier definition; blocking out
05-16 14:55:40.583: INFO/dalvikvm(830): DexOpt: not resolving ambiguous class 'Lorg/xmlpull/v1/XmlPullParser;'
05-16 14:55:40.583: INFO/dalvikvm(830): DexOpt: not resolving ambiguous class 'Lorg/xmlpull/v1/XmlPullParser;'
05-16 14:55:40.802: DEBUG/dalvikvm(830): DexOpt: not verifying 'Lorg/xmlpull/v1/XmlPullParser;': multiple definitions
05-16 14:55:40.802: INFO/dalvikvm(830): DexOpt: not resolving ambiguous class 'Lorg/xmlpull/v1/XmlPullParserException;'
05-16 14:55:40.806: INFO/dalvikvm(830): DexOpt: not resolving ambiguous class 'Lorg/xmlpull/v1/XmlPullParserException;'
05-16 14:55:40.806: DEBUG/dalvikvm(830): DexOpt: not verifying 'Lorg/xmlpull/v1/XmlPullParserFactory;': multiple definitions
05-16 14:55:40.806: INFO/dalvikvm(830): DexOpt: not resolving ambiguous class 'Lorg/xmlpull/v1/XmlPullParserFactory;'
05-16 14:55:40.810: INFO/dalvikvm(830): DexOpt: not resolving ambiguous class 'Lorg/xmlpull/v1/XmlPullParserException;'
05-16 14:55:40.810: DEBUG/dalvikvm(830): DexOpt: not verifying 'Lorg/xmlpull/v1/XmlSerializer;': multiple definitions
05-16 14:55:40.814: DEBUG/dalvikvm(830): DexOpt: not verifying 'Lorg/xmlpull/v1/XmlPullParserException;': multiple definitions
05-16 14:55:40.814: INFO/dalvikvm(830): DexOpt: not resolving ambiguous class 'Lorg/xmlpull/v1/XmlPullParserFactory;'
05-16 14:55:40.826: INFO/dalvikvm(830): DexOpt: not resolving ambiguous class 'Lorg/xmlpull/v1/XmlPullParser;'
05-16 14:55:40.829: INFO/dalvikvm(830): DexOpt: not resolving ambiguous class 'Lorg/xmlpull/v1/XmlPullParser;'
05-16 14:55:40.829: INFO/dalvikvm(830): DexOpt: not resolving ambiguous class 'Lorg/xmlpull/v1/XmlPullParserException;'
05-16 14:55:40.829: INFO/dalvikvm(830): DexOpt: not resolving ambiguous class 'Lorg/xmlpull/v1/XmlPullParserFactory;'
05-16 14:55:40.829: DEBUG/dalvikvm(830): DexOpt: not verifying 'Lorg/xmlpull/v1/sax2/Driver;': multiple definitions
05-16 14:55:40.829: INFO/dalvikvm(830): DexOpt: not resolving ambiguous class 'Lorg/xmlpull/v1/XmlPullParser;'
05-16 14:55:40.829: INFO/dalvikvm(830): DexOpt: not resolving ambiguous class 'Lorg/xmlpull/v1/XmlPullParserFactory;'
05-16 14:55:40.829: INFO/dalvikvm(830): DexOpt: not resolving ambiguous class 'Lorg/xmlpull/v1/XmlPullParser;'
05-16 14:55:40.829: INFO/dalvikvm(830): DexOpt: not resolving ambiguous class 'Lorg/xmlpull/v1/XmlPullParserException;'
05-16 14:55:40.829: INFO/dalvikvm(830): DexOpt: not resolving ambiguous class 'Lorg/xmlpull/v1/XmlSerializer;'
05-16 14:55:40.829: INFO/dalvikvm(830): DexOpt: not resolving ambiguous class 'Lorg/xmlpull/v1/XmlPullParser;'
05-16 14:55:40.829: DEBUG/dalvikvm(830): DexOpt: load 83ms, verify+opt 1037ms
05-16 14:55:41.454: DEBUG/installd(77): DexInv: --- END '/data/app/com.lesmobilizers.tehmoballizer.general-2.apk' (success) ---
05-16 14:55:41.454: DEBUG/PackageManager(114): Activities: com.lesmobilizers.tehmoballizer.general.MainActivity
05-16 14:55:41.454: INFO/ActivityManager(114): Force stopping package com.lesmobilizers.tehmoballizer.general uid=10054
05-16 14:55:41.454: WARN/PackageManager(114): Code path for pkg : com.lesmobilizers.tehmoballizer.general changing from /data/app/com.lesmobilizers.tehmoballizer.general-1.apk to /data/app/com.lesmobilizers.tehmoballizer.general-2.apk
05-16 14:55:41.454: WARN/PackageManager(114): Resource path for pkg : com.lesmobilizers.tehmoballizer.general changing from /data/app/com.lesmobilizers.tehmoballizer.general-1.apk to /data/app/com.lesmobilizers.tehmoballizer.general-2.apk
05-16 14:55:41.544: INFO/installd(77): move /data/dalvik-cache/data@app@com.lesmobilizers.tehmoballizer.general-2.apk@classes.dex -> /data/dalvik-cache/data@app@com.lesmobilizers.tehmoballizer.general-2.apk@classes.dex
05-16 14:55:41.548: DEBUG/PackageManager(114): New package installed in /data/app/com.lesmobilizers.tehmoballizer.general-2.apk
05-16 14:55:41.642: INFO/ActivityManager(114): Force stopping package com.lesmobilizers.tehmoballizer.general uid=10054
05-16 14:55:41.681: DEBUG/VoiceDialerReceiver(683): onReceive Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.lesmobilizers.tehmoballizer.general flg=0x10000000 cmp=com.android.voicedialer/.VoiceDialerReceiver (has extras) }
05-16 14:55:41.681: VERBOSE/RecognizerEngine(683): deleteCachedGrammarFiles /data/data/com.android.voicedialer/files/openentries.txt
05-16 14:55:41.689: INFO/RegisteredComponentCache(202): ComponentInfo: ResolveInfo{4052f5b8 com.android.apps.tag.TagViewer p=0 o=0 m=0x108000}, techs: android.nfc.tech.Ndef,
05-16 14:55:41.720: INFO/RegisteredComponentCache(202): ComponentInfo: ResolveInfo{40530700 com.android.apps.tag.TagViewer p=0 o=0 m=0x108000}, techs: android.nfc.tech.Ndef,
05-16 14:55:41.724: DEBUG/VoiceDialerReceiver(683): onReceive Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.lesmobilizers.tehmoballizer.general flg=0x10000000 cmp=com.android.voicedialer/.VoiceDialerReceiver (has extras) }
05-16 14:55:41.724: VERBOSE/RecognizerEngine(683): deleteCachedGrammarFiles /data/data/com.android.voicedialer/files/openentries.txt
05-16 14:55:41.751: DEBUG/GTalkService(237): handlePackageInstalled: re-initialize providers
05-16 14:55:41.751: DEBUG/GTalkService(237): [RawStanzaProvidersMgr] ##### searchProvidersFromIntent
05-16 14:55:41.751: DEBUG/GTalkService(237): [RawStanzaProvidersMgr] no intent receivers found
05-16 14:55:41.814: DEBUG/vending(317): [26] LocalAssetCache.updateOnePackage(): No local info for com.lesmobilizers.tehmoballizer.general
05-16 14:55:41.904: DEBUG/dalvikvm(210): GC_CONCURRENT freed 1940K, 55% free 3690K/8135K, external 5782K/6245K, paused 2ms+10ms
05-16 14:55:41.966: DEBUG/dalvikvm(114): GC_EXPLICIT freed 875K, 39% free 6470K/10567K, external 3698K/4566K, paused 88ms
05-16 14:55:41.994: INFO/installd(77): unlink /data/dalvik-cache/data@app@com.lesmobilizers.tehmoballizer.general-1.apk@classes.dex
05-16 14:55:41.997: DEBUG/AndroidRuntime(821): Shutting down VM
05-16 14:55:42.005: DEBUG/dalvikvm(821): GC_CONCURRENT freed 101K, 72% free 296K/1024K, external 0K/0K, paused 1ms+0ms
05-16 14:55:42.005: DEBUG/jdwp(821): Got wake-up signal, bailing out of select
05-16 14:55:42.005: DEBUG/dalvikvm(821): Debugger has detached; object registry had 1 entries
05-16 14:55:42.189: DEBUG/AndroidRuntime(838): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
05-16 14:55:42.189: DEBUG/AndroidRuntime(838): CheckJNI is OFF
05-16 14:55:42.189: DEBUG/dalvikvm(838): creating instr width table
05-16 14:55:42.333: DEBUG/AndroidRuntime(838): Calling main entry com.android.commands.am.Am
05-16 14:55:42.341: INFO/ActivityManager(114): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 cmp=com.lesmobilizers.tehmoballizer.general/.MainActivity } from pid 838
05-16 14:55:42.376: DEBUG/AndroidRuntime(838): Shutting down VM
05-16 14:55:42.376: INFO/ActivityManager(114): Start proc com.lesmobilizers.tehmoballizer.general for activity com.lesmobilizers.tehmoballizer.general/.MainActivity: pid=847 uid=10054 gids={}
05-16 14:55:42.380: DEBUG/dalvikvm(838): GC_CONCURRENT freed 103K, 69% free 320K/1024K, external 0K/0K, paused 0ms+0ms
05-16 14:55:42.380: DEBUG/dalvikvm(838): Debugger has detached; object registry had 1 entries
05-16 14:55:42.396: INFO/AndroidRuntime(838): NOTE: attach of thread 'Binder Thread #2' failed
05-16 14:55:42.439: DEBUG/dalvikvm(847): Debugger has detached; object registry had 1 entries
05-16 14:55:42.494: INFO/WindowManager(114): Setting rotation to 1, animFlags=1
05-16 14:55:42.497: INFO/ActivityManager(114): Config changed: { scale=1.0 imsi=208/20 loc=fr_FR touch=3 keys=1/1/2 nav=1/1 orien=2 layout=34 uiMode=17 seq=9}
05-16 14:55:42.521: ERROR/dalvikvm(847): Could not find class '[Ljava.awt.image.BufferedImage;', referenced from method com.jme3.system.AppSettings.getIcons
05-16 14:55:42.521: WARN/dalvikvm(847): VFY: unable to resolve check-cast 2568 ([Ljava/awt/image/BufferedImage;) in Lcom/jme3/system/AppSettings;
05-16 14:55:42.521: DEBUG/dalvikvm(847): VFY: replacing opcode 0x1f at 0x0006
05-16 14:55:42.521: DEBUG/dalvikvm(847): VFY: dead code 0x0008-000a in Lcom/jme3/system/AppSettings;.getIcons ()[Ljava/awt/image/BufferedImage;
05-16 14:55:42.521: WARN/dalvikvm(847): VFY: unable to find class referenced in signature ([Ljava/awt/image/BufferedImage;)
05-16 14:55:42.552: INFO/MainActivity(847): CHECK: settings setup... DONE.
05-16 14:55:42.576: INFO/JmeSystem(847): Running on jMonkey Engine 3 ALPHA 0.50
05-16 14:55:42.591: INFO/MainActivity(847): CHECK: application start... DONE.
05-16 14:55:42.591: INFO/MainActivity(847): CHECK: context creation... DONE.
05-16 14:55:42.591: INFO/OGLESContext(847): setEGLContextClientVersion(2)
05-16 14:55:42.591: INFO/OGLESContext(847): setEGLContextClientVersion(2) ... done.
05-16 14:55:42.595: INFO/MainActivity(847): CHECK: view creation... DONE.
05-16 14:55:42.599: INFO/MainActivity(847): CHECK: view start... DONE
05-16 14:55:42.599: INFO/MainActivity(847): CHECK: start... DONE
05-16 14:55:42.599: INFO/MainActivity(847): CHECK: resume... DONE
05-16 14:55:42.603: INFO/MainActivity(847): CHECK: pause... DONE
05-16 14:55:42.603: INFO/MainActivity(847): CHECK: stop... DONE
05-16 14:55:42.603: INFO/MainActivity(847): CHECK: destruction... DONE
05-16 14:55:42.607: INFO/MainActivity(847): CHECK: settings setup... DONE.
05-16 14:55:42.607: INFO/MainActivity(847): CHECK: application start... DONE.
05-16 14:55:42.607: INFO/MainActivity(847): CHECK: context creation... DONE.
05-16 14:55:42.607: INFO/OGLESContext(847): setEGLContextClientVersion(2)
05-16 14:55:42.607: INFO/OGLESContext(847): setEGLContextClientVersion(2) ... done.
05-16 14:55:42.611: INFO/MainActivity(847): CHECK: view creation... DONE.
05-16 14:55:42.611: INFO/MainActivity(847): CHECK: view start... DONE
05-16 14:55:42.611: INFO/MainActivity(847): CHECK: start... DONE
05-16 14:55:42.611: INFO/MainActivity(847): CHECK: resume... DONE
05-16 14:55:42.630: VERBOSE/RenderScript_jni(210): surfaceDestroyed
05-16 14:55:42.630: INFO/ActivityManager(114): Displayed com.lesmobilizers.tehmoballizer.general/.MainActivity: +258ms
05-16 14:55:42.662: DEBUG/libEGL(847): loaded /system/lib/egl/libGLES_android.so
05-16 14:55:42.665: DEBUG/libEGL(847): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
05-16 14:55:42.665: DEBUG/libEGL(847): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
05-16 14:55:42.665: DEBUG/libEGL(847): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
05-16 14:55:42.720: WARN/IInputConnectionWrapper(210): showStatusIcon on inactive InputConnection
05-16 14:55:42.728: INFO/OGLESContext(847): Using Android
05-16 14:55:42.728: INFO/OGLESContext(847): Display created.
05-16 14:55:42.736: WARN/OGLESContext(847): setSettings.USE_VA: [false]
05-16 14:55:42.736: WARN/OGLESContext(847): setSettings.VERBOSE_LOGGING: [false]
05-16 14:55:42.736: INFO/OGLESShaderRenderer(847): use_VBO [true] -> [true]
05-16 14:55:42.736: INFO/OGLESShaderRenderer(847): verboseLogging [false] -> [false]
05-16 14:55:42.736: INFO/OGLESShaderRenderer(847): Vendor: Imagination Technologies
05-16 14:55:42.736: INFO/OGLESShaderRenderer(847): Renderer: PowerVR SGX 540
05-16 14:55:42.736: INFO/OGLESShaderRenderer(847): Version: OpenGL ES 2.0
05-16 14:55:42.736: INFO/OGLESShaderRenderer(847): GLES20.Shading Language Version: OpenGL ES GLSL ES 1.00
05-16 14:55:42.740: INFO/OGLESShaderRenderer(847): VTF Units: 8
05-16 14:55:42.740: INFO/OGLESShaderRenderer(847): Texture Units: 8
05-16 14:55:42.740: INFO/OGLESShaderRenderer(847): Vertex Attributes: 8
05-16 14:55:42.740: INFO/OGLESShaderRenderer(847): Subpixel Bits: 4
05-16 14:55:42.740: INFO/OGLESShaderRenderer(847): Maximum Texture Resolution: 2048
05-16 14:55:42.740: INFO/OGLESShaderRenderer(847): Maximum CubeMap Resolution: 2048
05-16 14:55:42.740: INFO/OGLESShaderRenderer(847): GL_EXTENSIONS: GL_OES_rgb8_rgba8 GL_OES_depth24 GL_OES_vertex_half_float GL_OES_texture_float GL_OES_texture_half_float GL_OES_element_index_uint GL_OES_mapbuffer GL_OES_fragment_precision_high GL_OES_compressed_ETC1_RGB8_texture GL_OES_EGL_image GL_OES_required_internalformat GL_OES_depth_texture GL_OES_get_program_binary GL_OES_packed_depth_stencil GL_OES_standard_derivatives GL_OES_vertex_array_object GL_OES_egl_sync GL_EXT_multi_draw_arrays GL_EXT_texture_format_BGRA8888 GL_EXT_discard_framebuffer GL_EXT_shader_texture_lod GL_IMG_shader_binary GL_IMG_texture_compression_pvrtc GL_IMG_texture_stream2 GL_IMG_texture_npot GL_IMG_texture_format_BGRA8888 GL_IMG_read_format GL_IMG_program_binary GL_IMG_multisampled_render_to_texture
05-16 14:55:42.744: INFO/OGLESShaderRenderer(847): Caps: [GLSL100, VertexTextureFetch]
05-16 14:55:42.744: INFO/JmeSystem(847): newAssetManager(null)
05-16 14:55:42.751: INFO/AndroidAssetManager(847): AndroidAssetManager created.
05-16 14:55:42.763: INFO/Camera(847): 16 mai 2011 14:55:42 com.jme3.renderer.Camera
05-16 14:55:42.763: INFO/Camera(847): INFO: Camera created (W: 640, H: 480)
05-16 14:55:42.775: INFO/Camera(847): 16 mai 2011 14:55:42 com.jme3.renderer.Camera
05-16 14:55:42.775: INFO/Camera(847): INFO: Camera created (W: 640, H: 480)
05-16 14:55:42.779: INFO/AndroidAssetManager(847): loadAsset(Interface/Fonts/Default.fnt)
05-16 14:55:42.779: INFO/AndroidAssetManager(847): Loading asset: Interface/Fonts/Default.fnt
05-16 14:55:42.779: INFO/AndroidAssetManager(847): loadAsset(Common/MatDefs/Misc/Unshaded.j3md)
05-16 14:55:42.779: INFO/AndroidAssetManager(847): Loading asset: Common/MatDefs/Misc/Unshaded.j3md
05-16 14:55:42.790: INFO/MaterialDef(847): 16 mai 2011 14:55:42 com.jme3.material.MaterialDef
05-16 14:55:42.790: INFO/MaterialDef(847): INFO: Loaded material definition: Unshaded
05-16 14:55:42.915: INFO/AndroidAssetManager(847): loadAsset(Interface/Fonts/Default.png (Flipped))
05-16 14:55:42.915: INFO/AndroidAssetManager(847): Loading asset: Interface/Fonts/Default.png
05-16 14:55:43.091: INFO/com.jme3.scene.Node(847): 16 mai 2011 14:55:43 com.jme3.scene.Node attachChild
05-16 14:55:43.091: INFO/com.jme3.scene.Node(847): INFO: Child (BitmapFont) attached to this node (null)
05-16 14:55:43.095: INFO/com.jme3.scene.Node(847): 16 mai 2011 14:55:43 com.jme3.scene.Node attachChild
05-16 14:55:43.095: INFO/com.jme3.scene.Node(847): INFO: Child (null) attached to this node (Gui Node)
05-16 14:55:43.095: INFO/PhysicsTestApplication(847): CHECK: camera's location setup... DONE
05-16 14:55:43.095: INFO/PhysicsTestApplication(847): CHECK: camera's 'lookAt' direction setup... DONE
05-16 14:55:43.095: INFO/PhysicsTestApplication(847): CHECK: camera's frustum setup... DONE
05-16 14:55:43.095: INFO/PhysicsTestApplication(847): CHECK: camera's initialization... DONE.
05-16 14:55:43.099: INFO/PhysicsTestApplication(847): CHECK: application's physical state creation... DONE.
05-16 14:55:43.099: ERROR/dalvikvm(847): Could not find class 'javax.vecmath.Vector3f', referenced from method com.jme3.bullet.PhysicsSpace.
05-16 14:55:43.099: WARN/dalvikvm(847): VFY: unable to resolve new-instance 1881 (Ljavax/vecmath/Vector3f;) in Lcom/jme3/bullet/PhysicsSpace;
05-16 14:55:43.099: DEBUG/dalvikvm(847): VFY: replacing opcode 0x22 at 0x005e
05-16 14:55:43.099: DEBUG/dalvikvm(847): VFY: dead code 0x0060-0093 in Lcom/jme3/bullet/PhysicsSpace;. (Lcom/jme3/math/Vector3f;Lcom/jme3/math/Vector3f;Lcom/jme3/bullet/PhysicsSpace$BroadphaseType;)V
05-16 14:55:43.103: WARN/dalvikvm(847): VFY: unable to find class referenced in signature (Lcom/bulletphysics/collision/dispatch/PairCachingGhostObject;)
05-16 14:55:43.103: INFO/dalvikvm(847): Could not find method com.bulletphysics.dynamics.DiscreteDynamicsWorld.addCollisionObject, referenced from method com.jme3.bullet.PhysicsSpace.addCharacter
05-16 14:55:43.103: WARN/dalvikvm(847): VFY: unable to resolve virtual method 194: Lcom/bulletphysics/dynamics/DiscreteDynamicsWorld;.addCollisionObject (Lcom/bulletphysics/collision/dispatch/CollisionObject;SS)V
05-16 14:55:43.103: DEBUG/dalvikvm(847): VFY: replacing opcode 0x6e at 0x0009
05-16 14:55:43.103: DEBUG/dalvikvm(847): VFY: dead code 0x000c-0015 in Lcom/jme3/bullet/PhysicsSpace;.addCharacter (Lcom/jme3/bullet/objects/PhysicsCharacter;)V
05-16 14:55:43.103: WARN/dalvikvm(847): VFY: unable to find class referenced in signature (Lcom/bulletphysics/collision/dispatch/PairCachingGhostObject;)
05-16 14:55:43.103: INFO/dalvikvm(847): Could not find method com.bulletphysics.dynamics.DiscreteDynamicsWorld.addCollisionObject, referenced from method com.jme3.bullet.PhysicsSpace.addGhostObject
05-16 14:55:43.103: WARN/dalvikvm(847): VFY: unable to resolve virtual method 193: Lcom/bulletphysics/dynamics/DiscreteDynamicsWorld;.addCollisionObject (Lcom/bulletphysics/collision/dispatch/CollisionObject;)V
05-16 14:55:43.103: DEBUG/dalvikvm(847): VFY: replacing opcode 0x6e at 0x0006
05-16 14:55:43.103: DEBUG/dalvikvm(847): VFY: dead code 0x0009-0009 in Lcom/jme3/bullet/PhysicsSpace;.addGhostObject (Lcom/jme3/bullet/objects/PhysicsGhostObject;)V
05-16 14:55:43.103: WARN/dalvikvm(847): VFY: unable to find class referenced in signature (Lcom/bulletphysics/dynamics/constraintsolver/TypedConstraint;)
05-16 14:55:43.103: INFO/dalvikvm(847): Could not find method com.bulletphysics.dynamics.DiscreteDynamicsWorld.addConstraint, referenced from method com.jme3.bullet.PhysicsSpace.addJoint
05-16 14:55:43.103: WARN/dalvikvm(847): VFY: unable to resolve virtual method 195: Lcom/bulletphysics/dynamics/DiscreteDynamicsWorld;.addConstraint (Lcom/bulletphysics/dynamics/constraintsolver/TypedConstraint;Z)V
05-16 14:55:43.103: DEBUG/dalvikvm(847): VFY: replacing opcode 0x6e at 0x0012
05-16 14:55:43.103: DEBUG/dalvikvm(847): VFY: dead code 0x0015-0015 in Lcom/jme3/bullet/PhysicsSpace;.addJoint (Lcom/jme3/bullet/joints/PhysicsJoint;)V
05-16 14:55:43.107: WARN/dalvikvm(847): VFY: unable to find class referenced in signature (Lcom/bulletphysics/dynamics/RigidBody;)
05-16 14:55:43.107: WARN/dalvikvm(847): VFY: unable to find class referenced in signature (Lcom/bulletphysics/dynamics/RigidBody;)
05-16 14:55:43.107: INFO/dalvikvm(847): Could not find method com.bulletphysics.dynamics.DiscreteDynamicsWorld.addRigidBody, referenced from method com.jme3.bullet.PhysicsSpace.addRigidBody
05-16 14:55:43.107: WARN/dalvikvm(847): VFY: unable to resolve virtual method 196: Lcom/bulletphysics/dynamics/DiscreteDynamicsWorld;.addRigidBody (Lcom/bulletphysics/dynamics/RigidBody;)V
05-16 14:55:43.107: DEBUG/dalvikvm(847): VFY: replacing opcode 0x6e at 0x000f
05-16 14:55:43.107: DEBUG/dalvikvm(847): VFY: dead code 0x0012-0028 in Lcom/jme3/bullet/PhysicsSpace;.addRigidBody (Lcom/jme3/bullet/objects/PhysicsRigidBody;)V
05-16 14:55:43.107: WARN/dalvikvm(847): VFY: unable to find class referenced in signature (Lcom/bulletphysics/dynamics/character/KinematicCharacterController;)
05-16 14:55:43.107: INFO/dalvikvm(847): Could not find method com.bulletphysics.dynamics.DiscreteDynamicsWorld.removeAction, referenced from method com.jme3.bullet.PhysicsSpace.removeCharacter
05-16 14:55:43.107: WARN/dalvikvm(847): VFY: unable to resolve virtual method 204: Lcom/bulletphysics/dynamics/DiscreteDynamicsWorld;.removeAction (Lcom/bulletphysics/dynamics/ActionInterface;)V
05-16 14:55:43.107: DEBUG/dalvikvm(847): VFY: replacing opcode 0x6e at 0x0006
05-16 14:55:43.107: DEBUG/dalvikvm(847): VFY: dead code 0x0009-0012 in Lcom/jme3/bullet/PhysicsSpace;.removeCharacter (Lcom/jme3/bullet/objects/PhysicsCharacter;)V
05-16 14:55:43.111: WARN/dalvikvm(847): VFY: unable to find class referenced in signature (Lcom/bulletphysics/collision/dispatch/PairCachingGhostObject;)
05-16 14:55:43.111: INFO/dalvikvm(847): Could not find method com.bulletphysics.dynamics.DiscreteDynamicsWorld.removeCollisionObject, referenced from method com.jme3.bullet.PhysicsSpace.removeGhostObject
05-16 14:55:43.111: WARN/dalvikvm(847): VFY: unable to resolve virtual method 205: Lcom/bulletphysics/dynamics/DiscreteDynamicsWorld;.removeCollisionObject (Lcom/bulletphysics/collision/dispatch/CollisionObject;)V
05-16 14:55:43.111: DEBUG/dalvikvm(847): VFY: replacing opcode 0x6e at 0x0006
05-16 14:55:43.111: DEBUG/dalvikvm(847): VFY: dead code 0x0009-0009 in Lcom/jme3/bullet/PhysicsSpace;.removeGhostObject (Lcom/jme3/bullet/objects/PhysicsGhostObject;)V
05-16 14:55:43.111: WARN/dalvikvm(847): VFY: unable to find class referenced in signature (Lcom/bulletphysics/dynamics/constraintsolver/TypedConstraint;)
05-16 14:55:43.111: INFO/dalvikvm(847): Could not find method com.bulletphysics.dynamics.DiscreteDynamicsWorld.removeConstraint, referenced from method com.jme3.bullet.PhysicsSpace.removeJoint
05-16 14:55:43.111: WARN/dalvikvm(847): VFY: unable to resolve virtual method 206: Lcom/bulletphysics/dynamics/DiscreteDynamicsWorld;.removeConstraint (Lcom/bulletphysics/dynamics/constraintsolver/TypedConstraint;)V
05-16 14:55:43.111: DEBUG/dalvikvm(847): VFY: replacing opcode 0x6e at 0x000b
05-16 14:55:43.111: DEBUG/dalvikvm(847): VFY: dead code 0x000e-000e in Lcom/jme3/bullet/PhysicsSpace;.removeJoint (Lcom/jme3/bullet/joints/PhysicsJoint;)V
05-16 14:55:43.111: WARN/dalvikvm(847): VFY: unable to find class referenced in signature (Lcom/bulletphysics/dynamics/vehicle/RaycastVehicle;)
05-16 14:55:43.111: INFO/dalvikvm(847): Could not find method com.bulletphysics.dynamics.DiscreteDynamicsWorld.removeVehicle, referenced from method com.jme3.bullet.PhysicsSpace.removeRigidBody
05-16 14:55:43.111: WARN/dalvikvm(847): VFY: unable to resolve virtual method 208: Lcom/bulletphysics/dynamics/DiscreteDynamicsWorld;.removeVehicle (Lcom/bulletphysics/dynamics/vehicle/RaycastVehicle;)V
05-16 14:55:43.111: DEBUG/dalvikvm(847): VFY: replacing opcode 0x6e at 0x000e
05-16 14:55:43.115: WARN/dalvikvm(847): VFY: unable to find class referenced in signature (Lcom/bulletphysics/dynamics/RigidBody;)
05-16 14:55:43.115: WARN/dalvikvm(847): VFY: unable to find class referenced in signature (Lcom/bulletphysics/dynamics/RigidBody;)
05-16 14:55:43.115: INFO/dalvikvm(847): Could not find method com.bulletphysics.dynamics.DiscreteDynamicsWorld.removeRigidBody, referenced from method com.jme3.bullet.PhysicsSpace.removeRigidBody
05-16 14:55:43.115: WARN/dalvikvm(847): VFY: unable to resolve virtual method 207: Lcom/bulletphysics/dynamics/DiscreteDynamicsWorld;.removeRigidBody (Lcom/bulletphysics/dynamics/RigidBody;)V
05-16 14:55:43.115: DEBUG/dalvikvm(847): VFY: replacing opcode 0x6e at 0x0020
05-16 14:55:43.115: DEBUG/dalvikvm(847): VFY: dead code 0x0023-0023 in Lcom/jme3/bullet/PhysicsSpace;.removeRigidBody (Lcom/jme3/bullet/objects/PhysicsRigidBody;)V
05-16 14:55:43.115: WARN/dalvikvm(847): Unable to resolve superclass of Lcom/jme3/bullet/PhysicsSpace$5; (42)
05-16 14:55:43.115: WARN/dalvikvm(847): Link of class 'Lcom/jme3/bullet/PhysicsSpace$5;' failed
05-16 14:55:43.115: ERROR/dalvikvm(847): Could not find class 'com.jme3.bullet.PhysicsSpace$5', referenced from method com.jme3.bullet.PhysicsSpace.setContactCallbacks
05-16 14:55:43.115: WARN/dalvikvm(847): VFY: unable to resolve new-instance 264 (Lcom/jme3/bullet/PhysicsSpace$5;) in Lcom/jme3/bullet/PhysicsSpace;
05-16 14:55:43.115: DEBUG/dalvikvm(847): VFY: replacing opcode 0x22 at 0x0000
05-16 14:55:43.115: DEBUG/dalvikvm(847): VFY: dead code 0x0002-0018 in Lcom/jme3/bullet/PhysicsSpace;.setContactCallbacks ()V
05-16 14:55:43.115: WARN/dalvikvm(847): Unable to resolve superclass of Lcom/jme3/bullet/PhysicsSpace$2; (51)
05-16 14:55:43.115: WARN/dalvikvm(847): Link of class 'Lcom/jme3/bullet/PhysicsSpace$2;' failed
05-16 14:55:43.115: ERROR/dalvikvm(847): Could not find class 'com.jme3.bullet.PhysicsSpace$2', referenced from method com.jme3.bullet.PhysicsSpace.setOverlapFilterCallback
05-16 14:55:43.115: WARN/dalvikvm(847): VFY: unable to resolve new-instance 261 (Lcom/jme3/bullet/PhysicsSpace$2;) in Lcom/jme3/bullet/PhysicsSpace;
05-16 14:55:43.119: DEBUG/dalvikvm(847): VFY: replacing opcode 0x22 at 0x0000
05-16 14:55:43.119: DEBUG/dalvikvm(847): VFY: dead code 0x0002-000e in Lcom/jme3/bullet/PhysicsSpace;.setOverlapFilterCallback ()V
05-16 14:55:43.119: WARN/dalvikvm(847): Unable to resolve superclass of Lcom/jme3/bullet/PhysicsSpace$3; (94)
05-16 14:55:43.119: WARN/dalvikvm(847): Link of class 'Lcom/jme3/bullet/PhysicsSpace$3;' failed
05-16 14:55:43.119: ERROR/dalvikvm(847): Could not find class 'com.jme3.bullet.PhysicsSpace$3', referenced from method com.jme3.bullet.PhysicsSpace.setTickCallback
05-16 14:55:43.119: WARN/dalvikvm(847): VFY: unable to resolve new-instance 262 (Lcom/jme3/bullet/PhysicsSpace$3;) in Lcom/jme3/bullet/PhysicsSpace;
05-16 14:55:43.119: DEBUG/dalvikvm(847): VFY: replacing opcode 0x22 at 0x0001
05-16 14:55:43.119: DEBUG/dalvikvm(847): VFY: dead code 0x0003-0015 in Lcom/jme3/bullet/PhysicsSpace;.setTickCallback ()V
05-16 14:55:43.119: INFO/dalvikvm(847): Could not find method com.bulletphysics.dynamics.DiscreteDynamicsWorld.applyGravity, referenced from method com.jme3.bullet.PhysicsSpace.applyGravity
05-16 14:55:43.119: WARN/dalvikvm(847): VFY: unable to resolve virtual method 198: Lcom/bulletphysics/dynamics/DiscreteDynamicsWorld;.applyGravity ()V
05-16 14:55:43.119: DEBUG/dalvikvm(847): VFY: replacing opcode 0x6e at 0x0002
05-16 14:55:43.119: DEBUG/dalvikvm(847): VFY: dead code 0x0005-0005 in Lcom/jme3/bullet/PhysicsSpace;.applyGravity ()V
05-16 14:55:43.122: INFO/dalvikvm(847): Could not find method com.bulletphysics.dynamics.DiscreteDynamicsWorld.clearForces, referenced from method com.jme3.bullet.PhysicsSpace.clearForces
05-16 14:55:43.122: WARN/dalvikvm(847): VFY: unable to resolve virtual method 199: Lcom/bulletphysics/dynamics/DiscreteDynamicsWorld;.clearForces ()V
05-16 14:55:43.122: DEBUG/dalvikvm(847): VFY: replacing opcode 0x6e at 0x0002
05-16 14:55:43.122: DEBUG/dalvikvm(847): VFY: dead code 0x0005-0005 in Lcom/jme3/bullet/PhysicsSpace;.clearForces ()V
05-16 14:55:43.122: ERROR/dalvikvm(847): Could not find class 'com.bulletphysics.collision.dispatch.DefaultCollisionConfiguration', referenced from method com.jme3.bullet.PhysicsSpace.create
05-16 14:55:43.122: WARN/dalvikvm(847): VFY: unable to resolve new-instance 62 (Lcom/bulletphysics/collision/dispatch/DefaultCollisionConfiguration;) in Lcom/jme3/bullet/PhysicsSpace;
05-16 14:55:43.122: DEBUG/dalvikvm(847): VFY: replacing opcode 0x22 at 0x0008
05-16 14:55:43.122: DEBUG/dalvikvm(847): VFY: dead code 0x000a-00a1 in Lcom/jme3/bullet/PhysicsSpace;.create ()V
05-16 14:55:43.122: INFO/dalvikvm(847): Could not find method com.bulletphysics.dynamics.DiscreteDynamicsWorld.destroy, referenced from method com.jme3.bullet.PhysicsSpace.destroy
05-16 14:55:43.122: WARN/dalvikvm(847): VFY: unable to resolve virtual method 201: Lcom/bulletphysics/dynamics/DiscreteDynamicsWorld;.destroy ()V
05-16 14:55:43.122: DEBUG/dalvikvm(847): VFY: replacing opcode 0x6e at 0x000c
05-16 14:55:43.122: DEBUG/dalvikvm(847): VFY: dead code 0x000f-0012 in Lcom/jme3/bullet/PhysicsSpace;.destroy ()V
05-16 14:55:43.122: WARN/dalvikvm(847): VFY: unable to find class referenced in signature (Lcom/bulletphysics/dynamics/DynamicsWorld;)
05-16 14:55:43.126: WARN/dalvikvm(847): VFY: unable to find class referenced in signature (Ljavax/vecmath/Vector3f;)
05-16 14:55:43.126: WARN/dalvikvm(847): VFY: unable to find class referenced in signature (Ljavax/vecmath/Vector3f;)
05-16 14:55:43.126: WARN/dalvikvm(847): VFY: unable to find class referenced in signature (Ljavax/vecmath/Vector3f;)
05-16 14:55:43.126: WARN/dalvikvm(847): VFY: unable to find class referenced in signature (Ljavax/vecmath/Vector3f;)
05-16 14:55:43.126: WARN/dalvikvm(847): Unable to resolve superclass of Lcom/jme3/bullet/PhysicsSpace$InternalRayListener; (61)
05-16 14:55:43.126: WARN/dalvikvm(847): Link of class 'Lcom/jme3/bullet/PhysicsSpace$InternalRayListener;' failed
05-16 14:55:43.126: ERROR/dalvikvm(847): Could not find class 'com.jme3.bullet.PhysicsSpace$InternalRayListener', referenced from method com.jme3.bullet.PhysicsSpace.rayTest
05-16 14:55:43.126: WARN/dalvikvm(847): VFY: unable to resolve new-instance 269 (Lcom/jme3/bullet/PhysicsSpace$InternalRayListener;) in Lcom/jme3/bullet/PhysicsSpace;
05-16 14:55:43.126: DEBUG/dalvikvm(847): VFY: replacing opcode 0x22 at 0x0013
05-16 14:55:43.126: DEBUG/dalvikvm(847): VFY: dead code 0x0015-001b in Lcom/jme3/bullet/PhysicsSpace;.rayTest (Lcom/jme3/math/Vector3f;Lcom/jme3/math/Vector3f;)Ljava/util/List;
05-16 14:55:43.126: WARN/dalvikvm(847): VFY: unable to find class referenced in signature (Ljavax/vecmath/Vector3f;)
05-16 14:55:43.126: WARN/dalvikvm(847): VFY: unable to find class referenced in signature (Ljavax/vecmath/Vector3f;)
05-16 14:55:43.126: WARN/dalvikvm(847): VFY: unable to find class referenced in signature (Ljavax/vecmath/Vector3f;)
05-16 14:55:43.130: WARN/dalvikvm(847): VFY: unable to find class referenced in signature (Ljavax/vecmath/Vector3f;)
05-16 14:55:43.130: WARN/dalvikvm(847): Unable to resolve superclass of Lcom/jme3/bullet/PhysicsSpace$InternalRayListener; (61)
05-16 14:55:43.130: WARN/dalvikvm(847): Link of class 'Lcom/jme3/bullet/PhysicsSpace$InternalRayListener;' failed
05-16 14:55:43.130: ERROR/dalvikvm(847): Could not find class 'com.jme3.bullet.PhysicsSpace$InternalRayListener', referenced from method com.jme3.bullet.PhysicsSpace.rayTest
05-16 14:55:43.130: WARN/dalvikvm(847): VFY: unable to resolve new-instance 269 (Lcom/jme3/bullet/PhysicsSpace$InternalRayListener;) in Lcom/jme3/bullet/PhysicsSpace;
05-16 14:55:43.130: DEBUG/dalvikvm(847): VFY: replacing opcode 0x22 at 0x0011
05-16 14:55:43.130: DEBUG/dalvikvm(847): VFY: dead code 0x0013-0019 in Lcom/jme3/bullet/PhysicsSpace;.rayTest (Lcom/jme3/math/Vector3f;Lcom/jme3/math/Vector3f;Ljava/util/List;)Ljava/util/List;
05-16 14:55:43.130: WARN/dalvikvm(847): VFY: unable to find class referenced in signature (Ljavax/vecmath/Vector3f;)
05-16 14:55:43.130: INFO/dalvikvm(847): Could not find method com.bulletphysics.dynamics.DiscreteDynamicsWorld.setGravity, referenced from method com.jme3.bullet.PhysicsSpace.setGravity
05-16 14:55:43.130: WARN/dalvikvm(847): VFY: unable to resolve virtual method 209: Lcom/bulletphysics/dynamics/DiscreteDynamicsWorld;.setGravity (Ljavax/vecmath/Vector3f;)V
05-16 14:55:43.130: DEBUG/dalvikvm(847): VFY: replacing opcode 0x6e at 0x0006
05-16 14:55:43.130: DEBUG/dalvikvm(847): VFY: dead code 0x0009-0009 in Lcom/jme3/bullet/PhysicsSpace;.setGravity (Lcom/jme3/math/Vector3f;)V
05-16 14:55:43.130: WARN/dalvikvm(847): VFY: unable to find class referenced in signature (Lcom/bulletphysics/collision/shapes/CollisionShape;)
05-16 14:55:43.134: ERROR/dalvikvm(847): Could not find class 'com.bulletphysics.collision.shapes.ConvexShape', referenced from method com.jme3.bullet.PhysicsSpace.sweepTest
05-16 14:55:43.134: WARN/dalvikvm(847): VFY: unable to resolve instanceof 79 (Lcom/bulletphysics/collision/shapes/ConvexShape;) in Lcom/jme3/bullet/PhysicsSpace;
05-16 14:55:43.134: DEBUG/dalvikvm(847): VFY: replacing opcode 0x20 at 0x0009
05-16 14:55:43.134: DEBUG/dalvikvm(847): VFY: dead code 0x000b-003b in Lcom/jme3/bullet/PhysicsSpace;.sweepTest (Lcom/jme3/bullet/collision/shapes/CollisionShape;Lcom/jme3/math/Transform;Lcom/jme3/math/Transform;)Ljava/util/List;
05-16 14:55:43.134: WARN/dalvikvm(847): VFY: unable to find class referenced in signature (Lcom/bulletphysics/collision/shapes/CollisionShape;)
05-16 14:55:43.134: ERROR/dalvikvm(847): Could not find class 'com.bulletphysics.collision.shapes.ConvexShape', referenced from method com.jme3.bullet.PhysicsSpace.sweepTest
05-16 14:55:43.134: WARN/dalvikvm(847): VFY: unable to resolve instanceof 79 (Lcom/bulletphysics/collision/shapes/ConvexShape;) in Lcom/jme3/bullet/PhysicsSpace;
05-16 14:55:43.134: DEBUG/dalvikvm(847): VFY: replacing opcode 0x20 at 0x0007
05-16 14:55:43.134: DEBUG/dalvikvm(847): VFY: dead code 0x0009-0039 in Lcom/jme3/bullet/PhysicsSpace;.sweepTest (Lcom/jme3/bullet/collision/shapes/CollisionShape;Lcom/jme3/math/Transform;Lcom/jme3/math/Transform;Ljava/util/List;)Ljava/util/List;
05-16 14:55:43.134: WARN/dalvikvm(847): VFY: unable to find class referenced in signature (Lcom/bulletphysics/dynamics/DynamicsWorld;)
05-16 14:55:43.134: INFO/dalvikvm(847): Could not find method com.bulletphysics.dynamics.DiscreteDynamicsWorld.stepSimulation, referenced from method com.jme3.bullet.PhysicsSpace.update
05-16 14:55:43.134: WARN/dalvikvm(847): VFY: unable to resolve virtual method 212: Lcom/bulletphysics/dynamics/DiscreteDynamicsWorld;.stepSimulation (FIF)I
05-16 14:55:43.134: DEBUG/dalvikvm(847): VFY: replacing opcode 0x6e at 0x000b
05-16 14:55:43.134: DEBUG/dalvikvm(847): VFY: dead code 0x000e-000e in Lcom/jme3/bullet/PhysicsSpace;.update (FI)V
05-16 14:55:43.162: WARN/dalvikvm(847): threadid=9: thread exiting with uncaught exception (group=0x40015560)
05-16 14:55:43.201: DEBUG/dalvikvm(847): GC_EXTERNAL_ALLOC freed 807K, 51% free 3206K/6471K, external 1921K/2137K, paused 26ms
05-16 14:55:43.306: DEBUG/dalvikvm(264): GC_CONCURRENT freed 475K, 50% free 3011K/5959K, external 1625K/2137K, paused 2ms+60ms
05-16 14:55:44.751: DEBUG/dalvikvm(114): GC_EXPLICIT freed 1001K, 48% free 5551K/10567K, external 3698K/4566K, paused 78ms
05-16 14:55:46.501: INFO/MainActivity(847): CHECK: pause... DONE
05-16 14:55:46.505: INFO/WindowManager(114): Setting rotation to 0, animFlags=1
05-16 14:55:46.525: INFO/ActivityManager(114): Config changed: { scale=1.0 imsi=208/20 loc=fr_FR touch=3 keys=1/1/2 nav=1/1 orien=1 layout=34 uiMode=17 seq=10}
05-16 14:55:46.579: VERBOSE/RenderScript_jni(210): surfaceCreated
05-16 14:55:46.579: VERBOSE/RenderScript_jni(210): surfaceChanged
05-16 14:55:46.619: VERBOSE/RenderScript_jni(210): surfaceChanged
05-16 14:55:46.736: INFO/MainActivity(847): CHECK: stop... DONE
05-16 14:55:46.783: DEBUG/dalvikvm(174): GC_CONCURRENT freed 512K, 49% free 3150K/6151K, external 3519K/3587K, paused 2ms+9ms
05-16 14:55:46.790: INFO/MainActivity(847): CHECK: destruction... DONE
05-16 14:55:46.833: VERBOSE/RenderScript_jni(210): surfaceChanged
05-16 14:55:46.939: WARN/IInputConnectionWrapper(847): showStatusIcon on inactive InputConnection
05-16 14:55:46.951: VERBOSE/RenderScript_jni(210): surfaceChanged


So it looks like I need to add bullet libs but when I try to, the project doesn't build anymore and it crashes eclipse...

Looks like you are missing jme3/dist/lib/vecmath.jar in your apk.

I add it now and I still have the following error (the libs I have in my project are jME3-jbullet.jar, jMonketEngine3.jar, nifty ones, vecmath.jar, xmlpull-xpp3-1.1.4c.jar and eventbus-1.4.jar):


java.lang.NoClassDefFound.error: com.bulletphysics.linearmath.Transform


I tried to add the jbullet.jar or the bullet.jar and even the jME3-bullet.jar but none works...

The jar files you need for the java version of bullet are:

jbullet.jar

jME3-jbullet.jar

vecmath.jar

stack-alloc.jar

Is this the same for Android ?



Btw, I tried to add jbullet.jar but the project dosen’t build when I do so (and it crashes eclipse).

s4milli4 said:
Btw, I tried to add jbullet.jar but the project dosen't build when I do so (and it crashes eclipse).


Eclipse crashings is strange, i dont think jbullet.jar is "responsible" - there must be a more general problem with
your eclipse installation. What eclipse version do you use?

3.6. When I try to add jbullet.jar in add to jME3-jbullet.jar, it returns:



[java]Unable to execute dex: Java heap space

Java heap space[/java]



And then I have to force quit eclipse cause it’s frozen.

Modify the -XmsAm and -XmxBm parameters in eclipse.ini so that they are large enough. The default is -Xms40m -Xmx384m. Try changing them both to -Xms512m -Xmx512m and restart eclipse to see if that helps. If not, continue to increase the values and restart eclipse until either one of two things happens:



Your build completes.

Eclipse won’t restart because you don’t have enough memory.

Yeah I’ve seen this post on google but I have no such a file in my eclipse directory… all I managed to find is config.ini in the configuration folder from the eclipse folder. I don’t know if there is a link (actually I’m pretty sure there is none) but I’m working on Mac OSX.



Edit: I found it, I had to “cmd+click” on eclipse.app to show the contents… and there it was.



Edit2: And it works :)… Nice, I finally have a falling cube on my smartphone screen ! Thank you !!!

Great to hear that it works. Now we are looking forward to a cool bullet demo on android :smiley:

Don’t worry I’mma port my whole desktop “game demo” on Android now and I’ll post some pics or videos as soon as it kinda takes shape. Thx again !