Start a new topic

Error on low end phones

Error on low end phones


Thanks Alexander,

From what I observed the problem was with SDK 4 and with SDK 5 and above it is solved. The problem with my project was that though I had sdk 5 , Android Studio wasn't applying changes to the project because some of its settings. Now it is working fine.
Thanks again very much

Regards

Hi,

could you send me an email to alexander.bendl@wikitude.com?

I would like to further investigate this issue so I would send you a library with some added analytics code to track down this issue.

Best regards,
Alex

So from what I understood you experience crashes in your application that are not reproducible in the official sample application, right?
If that is the case, please ensure to properly handle lifecycle events and check for differences in the implementation.

Also check if crashes occur when using the Wikitude application on the Xperia M5.

Best regards,
Andreas

Hi, I have a Wikitude project in Android Studio which runs fine on my Nexus 5. But I have had reports of it not running on some middle to low end android devices. I tried testing it on an Xperia M5 and it crashed. I tried Wikitude's sdk examples project on it and it worked fine on Xperia M5. I use the latest Wikitude sdk in my project and it gives me these errors as soon as the Architect activity starts on the Xperia M5 :
 


06-04 14:20:00.667 19738-19738/com.smtabatabaie.pendarplus E/art: dlopen("/data/data/com.xxx.ArchitectActivity/libarchitect.so", RTLD_LAZY) failed: dlopen failed: "/data/data/com.xxxx.xxx/libarchitect.so" is 64-bit instead of 32-bit

06-04 14:20:00.669 19738-19738/com.smtabatabaie.pendarplus E/AndroidRuntime: FATAL EXCEPTION: main

                                                                             Process: com.xxx.xxx, PID: 19738

                                                                             java.lang.RuntimeException: Unable to start activity ComponentInfo{com.xxx.xxx/com.xxx.xxx.ArchitectActivity}: android.view.InflateException: Binary XML file line #9: Error inflating class com.wikitude.architect.ArchitectView
I'm using the latest sdk (javascript api) 5.1.4.
I'll appreciate if you can help me with this.
Thanks very much

 
Login or Signup to post a comment