ok you were right, I changed th activity name in the manifest.
Now I have this in my LogCat
If I understand well, It doesn't found the file. But the file is in the assets directory, and You can see the codes in the precedent post
Now I have this in my LogCat
Code Select
java.io.FileNotFoundException: assets/exquisit3dchair.3ds
at android.content.res.AssetManager.openAsset(Native Method)
at android.content.res.AssetManager.open(AssetManager.java:317)
at android.content.res.AssetManager.open(AssetManager.java:291)
at com.example.jpct.HelloWorld$MyRenderer.loadModel(HelloWorld.java:267)
at com.example.jpct.HelloWorld$MyRenderer.onSurfaceChanged(HelloWorld.java:206)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1381)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1138)
exiting tid=10
threadid=9: thread exiting with uncaught exception (group=0x4001e578)
FATAL EXCEPTION: GLThread 10
java.lang.NullPointerException
at com.example.jpct.HelloWorld$MyRenderer.onSurfaceChanged(HelloWorld.java:216)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1381)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1138)
If I understand well, It doesn't found the file. But the file is in the assets directory, and You can see the codes in the precedent post