This is an Android Studio reference app for the AndroidBeaconLibrary supporting AltBeacon compatible devices
If you are looking for an Eclipse reference project, see the eclipse branch.
- Install Gradle version 2.2.1
- Install Android Studio 1.0.1
- Install Google Android SDKs (API 21) (or install Android Studio which includes them)
- In this project directory, edit
local.properties
, and give it a line that specifies the path to your Android SDK. (e.g.sdk.dir=/Applications/Android Studio.app/sdk
)