Start a new topic

wikitude app is working on my device.however i cannot run my app created by sdk .

I'm using android studio and motog4 plus.

i've tried to make an app using your sample examples which are not working on my device however wikitude app is working.

i've many times checked the code and procedure given in your documentation but i could not find any mistake.


Please help iam new to AR programing


here's the error :


FATAL EXCEPTION: main

                                                                                   Process: com.example.first_catalyst.wikitest, PID: 8943

                                                                                   java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.first_catalyst.wikitest/com.example.first_catalyst.wikitest.MainActivity}: com.wikitude.architect.ArchitectView$MissingFeatureException: Required feature set is not supported

                                                                                       at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2659)

                                                                                       at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2724)

                                                                                       at android.app.ActivityThread.-wrap12(ActivityThread.java)

                                                                                       at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1473)

                                                                                       at android.os.Handler.dispatchMessage(Handler.java:102)

                                                                                       at android.os.Looper.loop(Looper.java:154)

                                                                                       at android.app.ActivityThread.main(ActivityThread.java:6123)

                                                                                       at java.lang.reflect.Method.invoke(Native Method)

                                                                                       at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:867)

                                                                                       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:757)

                                                                                    Caused by: com.wikitude.architect.ArchitectView$MissingFeatureException: Required feature set is not supported

                                                                                       at com.wikitude.architect.ArchitectView.onCreate(ProGuard:607)

                                                                                       at com.example.first_catalyst.wikitest.MainActivity.loadArchitectView(MainActivity.java:36)

                                                                                       at com.example.first_catalyst.wikitest.MainActivity.onCreate(MainActivity.java:26)

                                                                                       at android.app.Activity.performCreate(Activity.java:6672)

                                                                                       at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1140)

                                                                                       at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2612)

                                                                                       at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2724) 

                                                                                       at android.app.ActivityThread.-wrap12(ActivityThread.java) 

                                                                                       at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1473) 

                                                                                       at android.os.Handler.dispatchMessage(Handler.java:102) 

                                                                                       at android.os.Looper.loop(Looper.java:154) 

                                                                                       at android.app.ActivityThread.main(ActivityThread.java:6123) 

                                                                                       at java.lang.reflect.Method.invoke(Native Method) 


Hi,

Please check the exception in the documentation

 

As stated your device is missing a feature for your implementation. Often it's a missing sensor (e.g. compass) in the device.


Greetings

Nicola

I COULD NOT UNDERSTAND ,THEN WHY WIKITUDE APP IS WORKING SINCE REQUIREMENTS ARE SAME?

Does the SDK sample app work on your device? If so please compare the permissions and the implmentation with your own app.

Greetings

Nicola

 

Login or Signup to post a comment