Start a new topic

architectView.onCreate(apiKey); >> Fatal Signal Error

architectView.onCreate(apiKey); >> Fatal Signal Error


Hi Guys,

I'm using Wikitude SDK in my Android app. I've followed the guidelines and double check all the required things but still i can't get away from this crash.

Through the debugging i found my app crash at this line:

architectV.onCreate(apiKey);

THE CONFIGURATIONS, TOOLS, DEVELOPMENT AND TESTING DEVICE

- Eclipse IDE

- Min SDK: 10 & targetSdkVersion = 17

 - Added all required User-Permissions like Internet, Access_fine_location, Access_Coarse_Location, Network_state, Access_GPS, Camera, Write_External_Storage

- Performed Support check: if(!ArchitectView.isDeviceSupported(this)){} but controll doesn't come-inside that means Testing device supports it

- Testing device: Samsung-S2

- Exact error message is attached in the image.

 

Please share me your experience & knowledge if any of you ever faced same issue or/and fixed.

 

Best Regards!

Aamir Ali

Sr. Software Eng. @ Sandcastles Investment Group

Hi Guys,

             I fixed it by debugging in more detail. Issue was with the KEY which i was using(I copied from SampleAR App).  We can pass an EMPTY STRING as a key in architectView.onCreate(""); function  to test the app in trail mode. Which is working for me now.

Hope that it will save alot of time for the people whoever having same kinda issue.

 

Regards!

Aamir Ali

Sr. Software Engineer @ Sandcastles Investment Group
Login or Signup to post a comment