Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 645 Bytes

File metadata and controls

14 lines (10 loc) · 645 Bytes

Overview

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.

Project Setup

  1. Install Gradle version 2.12
  2. Install Android Studio 2.0
  3. Install Google Android SDKs (API 23) (or install Android Studio which includes them)
  4. 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)