Start a new topic

Need help! [URGENT]

Need help! [URGENT]


Hi,
Im new here, just recently trying to insall the wikitude SDK on my mobile phone, LG optimus dual, android version 2.3.4. I followed the instructions located in get started tutorial. I resolve the problem regarding the eclipse bug. but when I compiled it using DEBUG mode, my Ecplise prompt errors :

04-02 17:03:28.439: W/dalvikvm(11422): threadid=9: thread exiting with uncaught exception (group=0x40018560)
04-02 17:03:28.439: E/AndroidRuntime(11422): FATAL EXCEPTION: GLThread 10
04-02 17:03:28.439: E/AndroidRuntime(11422): java.lang.RuntimeException: Failed to initialise PVRShell
04-02 17:03:28.439: E/AndroidRuntime(11422):     at com.wikitude.architect.PVRShell.initialise(ProGuard:112)
04-02 17:03:28.439: E/AndroidRuntime(11422):     at com.wikitude.architect.PVRShellView$a.createContext(ProGuard:227)
04-02 17:03:28.439: E/AndroidRuntime(11422):     at android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:926)
04-02 17:03:28.439: E/AndroidRuntime(11422):     at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1265)
04-02 17:03:28.439: E/AndroidRuntime(11422):     at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1119)
04-02 17:03:28.439: E/AndroidRuntime(11422): Make Debugging Report file for GLThread 10
04-02 17:03:28.439: E/AndroidRuntime(11422): java.lang.RuntimeException: Failed to initialise PVRShell
04-02 17:03:28.439: E/AndroidRuntime(11422):     at com.wikitude.architect.PVRShell.initialise(ProGuard:112)
04-02 17:03:28.439: E/AndroidRuntime(11422):     at com.wikitude.architect.PVRShellView$a.createContext(ProGuard:227)
04-02 17:03:28.439: E/AndroidRuntime(11422):     at android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:926)
04-02 17:03:28.439: E/AndroidRuntime(11422):     at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1265)
04-02 17:03:28.439: E/AndroidRuntime(11422):     at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1119)

What should I do? and also how can I enter my license key for my SDK?
and where can I enter the URL link for my HELLOWORLD.html.

Thanks for helping,
John

 

Hi John,

Please checkout the Android sample-projects inside the Android SDK zip. This should work on any of the supported devices.

Maybe your device does not have openGL 2.0 support (you may declare openGL requirements in manifest.xml or check programmatically using architectView.isDeviceSupported() )

Kind regards,
Andreas
Login or Signup to post a comment