Hello, Can anyone send me a tutorial about including Estimote SDK to a android studio project ?? detailed steps will be much appreciated
just add this line:
compile 'com.estimote:sdk:0.10.8@aar'
to your build.gradle module under the dependecies tab then sync the project.
As you code, add the imports needed to the top of your files.
1 Like
Thanks Tanerica , but is there a certain files I should download ??
I didn’t and my code works. It imported it into android studio