javascriptandroidandroid-studioaugmented-realitywikitude

Wikitude with Android Studio


I'm making a POI AR application as a part of my university project. I have downloaded the JavaScript version of the Wikitude on my machine. I also followed all the steps to implement Wikitude library into my project (update the Manifest, the gradle) as described here:

http://www.wikitude.com/external/doc/documentation/latest/android/setupguideandroid.html#setup-guide-android

But as I never used JavaScript I have no idea where the code goes in Android Studio. So i cannot even follow the POI example that is given in the documentation:

http://www.wikitude.com/external/doc/documentation/latest/android/poi.html#point-of-interest-poi

I know it's a stupid question, but I cannot find a tutorial or at least a hint anywhere.

Just in case my Android Studio version is 2.2.3


Solution

  • This guide clearly explains the usage of wikitude's JS SDK in native Android.