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.12
- Install Android Studio 2.0
- Install Google Android SDKs (API 23) (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
)