Skip to content Skip to sidebar Skip to footer

How To Build The Sample Project For Android Library For Beacon?

I am trying to build the following sample project provided by the Radius Networks for integrating beacon in Android. The link for the project follows: sample project But the proble

Solution 1:

When using Eclipse, you need to have the Android iBeacon Library imported as a separate library project in the IDE. Once this is done, you must point your project that uses the library (or the sample project in your case) at this library project.

First, download the Android iBeacon Library in the tar.gz format for Eclipse. The download page is here: http://altbeacon.github.io/android-beacon-library/download.html

Once you have that, follow the full instructions on configuring the library with your project here: http://altbeacon.github.io/android-beacon-library/configure.html

Post a Comment for "How To Build The Sample Project For Android Library For Beacon?"