Dear Dev, i am using your Wikitude SDK Version 5.1.4 in Android Studio, in Xiaomi Red Note 3 with Android Version 5.0.2. I have a probelms with the sample "WikitudeSDK_Android_5-1-4", when i am running the demo it can't display any POI. It happen in :
Poi At Location
Poi With Label
Point Of Interest Multiple Pois
Point Of Interest Selecting Pois
also when I am running the "Adding Radar" demo, it not working as well...
Can any one help me ? I am using the Wikitude SDK to create my final project at my university final year.
E
Eva
said
over 7 years ago
Hello Juan,
The message "Trying to find out where you are" is shown when your location cannot be fetched as needed. Please make sure that you have the location services on for the sample app.
Thanks
j
juan juan
said
over 7 years ago
Dear Miss Eva,
Thanks you for your fast respone, it seems this error only happen on my Phone, I try to run the demo on my friends phone (Samsung Note 4) and it run smoothly.
Other question is Xiao mi phone is not supported in wikitude SDK ?
my phone is at API 21
and this my location setup, i think i already set it up right....
Thanks.
E
Eva
said
over 7 years ago
Hi,
It looks like (based on the message you are getting) that the problem is with the requirements of your phone and specifically these three:
1. Compass
2. GPS and/or networking positioning
3. Accelerometer
j
juan juan
said
over 7 years ago
Dear Miss Eva,
Yeah it seems the problem is my Xiao Mi phone.
Other question, in here i test the code using the Samsung Note 4.
I want to run the "6_Browsing$Pois_6_Bonus-Capture$Screen" in my code, what kind of class and dependencies that need to include in my code so it can run the demo "6_Browsing$Pois_6_Bonus-Capture$Screen" ?
Here is my code.... this is the first time i code in android studio so...
Also i already copy and refactor some of the code for the demo like:
and this what happen when i am running the code when i call the "6_Browsing$Pois_6_Bonus-Capture$Screen" form the asset.
The error state "trying to find out where you are"
E
Eva
said
over 7 years ago
Hi,
I think that the best approach for you right now would be to start from our sample app and the documentation we are providing and start with a very simple and basic functionality, such as only show POIs and nothing else. Then, you could gradually start adding code in order to enrich the functionality of your app.
juan juan