HI., I started integrating android javascript SDK. By following wikitude documentation, I just added .aar file under libs folder created an activity and layout file. but my app is crashing at the launching time only. But i skipped one step from documentation.
That is,
You have to include
<script src="architect://architect.js"></script> in your HTML files to use the AR namespace.
Reason because i dont know where to add in HTML file. This is my first project which i am working in cross platform.
Could you please save me from this problem.
E
Eva
said
almost 7 years ago
Hi,
You need to follow the exact steps reported in the documentation without skipping any step otherwise you will receive errors.
Thanks
V
Vignesh kumar
said
almost 7 years ago
ok. can you help me for how to do above mentioned step?
E
Eva
said
almost 7 years ago
Hello,
What you need to do is add this line of code inside your index.html file.
Vignesh kumar