Start a new topic

Problem try to execute IRandGeoBrowser

Problem try to execute IRandGeoBrowser


Hi Cristian,

Not sure if you aleady solved the issue, but log says "java.lang.NoClassDefFoundError: com.wikitude.architect.ArchitectView".
Please ensure you included the very latest Wikitude and Voforia SDK jar, including the *.so vuforia files and libExtensionVuforia required for SDK 2.0.

Kind regards,
Andreas

Hi,

I'm new in wikitude, I'm evaluating this SDK for development of AR in my company, I need represents 3D objects in a tracker (for example, chips image).

I try to execute IRandGeoBrowser, but I have the follow error, please helpme.

====================================================================================

05-03 12:20:46.367: I/Process(22100): Sending signal. PID: 22100 SIG: 9
05-03 12:20:54.578: I/dalvikvm(22179): Could not find method com.wikitude.architect.ArchitectView.isDeviceSupported, referenced from method com.wikitude.irandgeobrowser.IRandGeoBrowserActivity.onCreate
05-03 12:20:54.578: W/dalvikvm(22179): VFY: unable to resolve static method 20: Lcom/wikitude/architect/ArchitectView;.isDeviceSupported (Landroid/content/Context;)Z
05-03 12:20:54.578: D/dalvikvm(22179): VFY: replacing opcode 0x71 at 0x000c
05-03 12:20:54.578: D/dalvikvm(22179): VFY: dead code 0x000f-0044 in Lcom/wikitude/irandgeobrowser/IRandGeoBrowserActivity;.onCreate (Landroid/os/Bundle;)V
05-03 12:20:54.585: I/dalvikvm(22179): Could not find method com.wikitude.architect.ArchitectView.onDestroy, referenced from method com.wikitude.irandgeobrowser.IRandGeoBrowserActivity.onDestroy
05-03 12:20:54.585: W/dalvikvm(22179): VFY: unable to resolve virtual method 23: Lcom/wikitude/architect/ArchitectView;.onDestroy ()V
05-03 12:20:54.585: D/dalvikvm(22179): VFY: replacing opcode 0x6e at 0x0009
05-03 12:20:54.585: I/dalvikvm(22179): Could not find method com.wikitude.architect.ArchitectView.onLowMemory, referenced from method com.wikitude.irandgeobrowser.IRandGeoBrowserActivity.onLowMemory
05-03 12:20:54.585: W/dalvikvm(22179): VFY: unable to resolve virtual method 24: Lcom/wikitude/architect/ArchitectView;.onLowMemory ()V
05-03 12:20:54.585: D/dalvikvm(22179): VFY: replacing opcode 0x6e at 0x0009
05-03 12:20:54.585: I/dalvikvm(22179): Could not find method com.wikitude.architect.ArchitectView.onPause, referenced from method com.wikitude.irandgeobrowser.IRandGeoBrowserActivity.onPause
05-03 12:20:54.585: W/dalvikvm(22179): VFY: unable to resolve virtual method 25: Lcom/wikitude/architect/ArchitectView;.onPause ()V
05-03 12:20:54.585: D/dalvikvm(22179): VFY: replacing opcode 0x6e at 0x0009
05-03 12:20:54.585: I/dalvikvm(22179): Could not find method com.wikitude.architect.ArchitectView.onPostCreate, referenced from method com.wikitude.irandgeobrowser.IRandGeoBrowserActivity.onPostCreate
05-03 12:20:54.585: W/dalvikvm(22179): VFY: unable to resolve virtual method 26: Lcom/wikitude/architect/ArchitectView;.onPostCreate ()V
05-03 12:20:54.585: D/dalvikvm(22179): VFY: replacing opcode 0x6e at 0x0009
05-03 12:20:54.585: I/dalvikvm(22179): Could not find method com.wikitude.architect.ArchitectView.load, referenced from method com.wikitude.irandgeobrowser.IRandGeoBrowserActivity.onPostCreate
05-03 12:20:54.585: W/dalvikvm(22179): VFY: unable to resolve virtual method 21: Lcom/wikitude/architect/ArchitectView;.load (Ljava/lang/String;)V
05-03 12:20:54.585: D/dalvikvm(22179): VFY: replacing opcode 0x6e at 0x0010
05-03 12:20:54.585: I/dalvikvm(22179): Could not find method com.wikitude.architect.ArchitectView.onResume, referenced from method com.wikitude.irandgeobrowser.IRandGeoBrowserActivity.onResume
05-03 12:20:54.585: W/dalvikvm(22179): VFY: unable to resolve virtual method 27: Lcom/wikitude/architect/ArchitectView;.onResume ()V
05-03 12:20:54.585: D/dalvikvm(22179): VFY: replacing opcode 0x6e at 0x0005
05-03 12:20:54.585: D/dalvikvm(22179): VFY: dead code 0x0008-001e in Lcom/wikitude/irandgeobrowser/IRandGeoBrowserActivity;.onResume ()V
05-03 12:20:54.585: I/IRandGeoBrowserActivity(22179): The library libQCAR.so could not be loaded
05-03 12:20:54.601: D/AndroidRuntime(22179): Shutting down VM
05-03 12:20:54.601: W/dalvikvm(22179): threadid=1: thread exiting with uncaught exception (group=0x40017560)
05-03 12:20:54.617: E/AndroidRuntime(22179): FATAL EXCEPTION: main
05-03 12:20:54.617: E/AndroidRuntime(22179): java.lang.NoClassDefFoundError: com.wikitude.architect.ArchitectView
05-03 12:20:54.617: E/AndroidRuntime(22179):     at com.wikitude.irandgeobrowser.IRandGeoBrowserActivity.onCreate(IRandGeoBrowserActivity.java:64)
05-03 12:20:54.617: E/AndroidRuntime(22179):     at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
05-03 12:20:54.617: E/AndroidRuntime(22179):     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1630)
05-03 12:20:54.617: E/AndroidRuntime(22179):     at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1682)
05-03 12:20:54.617: E/AndroidRuntime(22179):     at android.app.ActivityThread.access$1500(ActivityThread.java:117)
05-03 12:20:54.617: E/AndroidRuntime(22179):     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:943)
05-03 12:20:54.617: E/AndroidRuntime(22179):     at android.os.Handler.dispatchMessage(Handler.java:99)
05-03 12:20:54.617: E/AndroidRuntime(22179):     at android.os.Looper.loop(Looper.java:130)
05-03 12:20:54.617: E/AndroidRuntime(22179):     at android.app.ActivityThread.main(ActivityThread.java:3744)
05-03 12:20:54.617: E/AndroidRuntime(22179):     at java.lang.reflect.Method.invokeNative(Native Method)
05-03 12:20:54.617: E/AndroidRuntime(22179):     at java.lang.reflect.Method.invoke(Method.java:507)
05-03 12:20:54.617: E/AndroidRuntime(22179):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
05-03 12:20:54.617: E/AndroidRuntime(22179):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
05-03 12:20:54.617: E/AndroidRuntime(22179):     at dalvik.system.NativeStart.main(Native Method)

 

 
Login or Signup to post a comment