How to integrate SDK in Android App? Use CMake or Android.mk or Plugin?

0 votes
asked Jun 13, 2018 by jakobossmann (170 points)

I want to integrate the EasyAR SDK into existing app and I am following these instructions:
https://easyar.com/doc_sdk/en/Getting-Started/Setting-up-EasyAR-Android-SDK.html

But these instructions are not working for me. i think the problem is in the gradle.build

dont know how and if I should use Cmake, NDK-build the experimental Plugin or Android.mk

thanks!

1 Answer

0 votes
answered Jun 13, 2018 by albert52 (31,850 points)
First of all, please use the latest version of the SDK: EasyAR SDK 2.2.

The latest document:

1)Compile and Run EasyAR Android Samples:https://www.easyar.com/doc/EasyAR%20SDK/Getting%20Started/2.0/Compile-and-Run-EasyAR-Android-Samples.html

2)Setting up EasyAR Android SDK:https://www.easyar.com/doc/EasyAR%20SDK/Getting%20Started/2.0/Setting-up-EasyAR-Android-SDK.html
commented Jun 14, 2018 by jakobossmann (170 points)
thank you. I have played around with the sample. However, now I would like to integrate EasyAR into an existing app. Hence I am stuck at step 2).

In particular I dont know if I should use Cmake, NDK-build, the experimental Plugin or Android.mk. I am stuck at that point
Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...