I get a pretty big list of errors in my Android app with Wikitude, the app makes no errors if i don't call the ARchitect engine.
Wikitude opens on the app, and it sometimes displays the geoobject with their indicators, but most of the times the object shows but the indicators doesn't show or it doesn't behave in a good way.
I believe my manifest is right and the libraries are properly linked. This is a cronologic screenshot of the errors:
var location = new AR.GeoLocation(latitude, longitude);
};
</script>
</body>
</html>
A
Andreas Fötschl
said
almost 10 years ago
Hi Pablo,
Did you already try the provided sample app? Is it working the way it should on your device? Please especially check Manifest permissions, feature-requirements and targetSDK as well as lifecycle handling of the architect-view.
Kind regards, Andreas
P
Pablo Bernal-Alcazar
said
almost 10 years ago
Hi Andreas,
Thanks for your response, the sample app works fine, and I'm pretty confident in that all you described is properly handled in my app. Still, indicators work one out of ten times, I have no idea why, are they correctly positioned in my js code?
A
Andreas Fötschl
said
almost 10 years ago
Hi again! Do I understand you correct: The sample app is working as expected but when you create your own application doing exactly the same you run into troubles? Is the AR-Experience on a server or in the asset-folder? In case it is is stored on a server, please check the onError callback of an AR.ImageResource.
Pablo Bernal-Alcazar