How to Build the sample project for Android library for Beacon?

↘锁芯ラ 提交于 2019-12-11 10:31:31

问题


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 problem is that I am not able to build the project. Please explain the steps to do so. Thanks in advance.

Note - I am using Eclipse IDE with ADT plugin for building the app. The error says - "Android Beacon Library is missing".


回答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



来源:https://stackoverflow.com/questions/24037678/how-to-build-the-sample-project-for-android-library-for-beacon

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!