It looks like you're new here. If you want to get involved, click one of these buttons!
FATAL EXCEPTION: GLThread 2456Please help me where is the problem , Thanks!
java.lang.NullPointerException
at com.giderosmobile.android.plugins.iab.Iab.initialize(Iab.java:120)
at com.giderosmobile.android.player.GiderosApplication.nativeDrawFrame(Native Method)
at com.giderosmobile.android.player.GiderosApplication.onDrawFrame(GiderosApplication.java:643)
at com.giderosmobile.android.GiderosRenderer.onDrawFrame(IABActivity.java:276)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1516)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1240)
Comments
Thanks.
You need to add "com.giderosmobile.android.plugins.iab.Iab" to the external classes to the main java activity. Here is an example below: