Creating a product SDK: How do I add a native lib (.so) and a jar with the SDK I am creating?

I spent some time on this, and i just can’t understand why isn’t this written on wikitude documentation…. anyway follow this changes!

  • go to windows/preferences/android/build
  • uncheck the first and the second option
  • extract files from wikitudesdk.jar with winrar as if it is an archive, search libarchitect.so and copy it in /libs/libs/armeabi/
  • add wikitudesdk.jar to your build path

enter image description here

Leave a Comment