Augmented Reality Browser in 10 minutes with Wikitude API

This blog post is a simple tutorial to demonstrate how easy it is to set up a full fledge Augmented Reality browser with Wikitude API. It will only take 10 minutes of your time in its most simplest form, ready to be customized with your own needs. It should be easy enough to let you innovate on your own.

For this to happen, I assume you already have these items ready with your setup:

  • Eclipse (Preferably Indigo)
  • Android Developer Tools for Eclipse here
  • Android SDK here
  • Wikitude SDK here

The project is live at Github: https://github.com/tistaharahap/ARBrowser

I believe codes will speak louder than words ;)

Discussions

comments

12 thoughts on “Augmented Reality Browser in 10 minutes with Wikitude API

  1. After you downloaded the SDK, remember where you saved it and go to Eclipse. Right click on the Android Project root directory and choose Properties. Next you go to the left hand side and click Java Build Path. On the right hand side, select the Libraries Tab and there’s a button Add External JARs, click on it and point it to the JAR you downloaded from the Wikitude SDK.

    Hope this helps.

  2. thanks that resolve my problem, but i get  some  error at
    import org.openintents.intents.WikitudeARIntent;import org.openintents.intents.WikitudePOI;

    Did i something wrong to do?
    and how to get WIKITUDE_REG_KEY and WIKITUDE_REG_NAME  ?

    please your advice and thank you before  ^^

  3. looks good!..but if u could please show a step by step tutorial, it would be nice :)

  4. which version of wikitude SDK did you use? and for which API level?
    i’m getting the following error when i try to run:
    The library ‘wikitudesdk.jar’ contains native libraries that will not run on the device.The following libraries were found:- libs/armeabi/libarchitect.so

  5. pas saya klik launch AR browser ko ga bisa ya pak.. saya dah masukin external jar nya dah wikitude reg key dan reg name juga,, apa nge debug nya ada cara khusus pak?

  6.  The application ARBrowser(process com.bango.tutorial.arbrowser) has stopped unexpectedly.Please try again…how i can fix it???that’s show when i lunch AR Browser button…

Leave a Reply