Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 751 Bytes

README.md

File metadata and controls

48 lines (30 loc) · 751 Bytes

Linda iBeacon Android

Dependencies

Install Dependencies

% brew update
% brew install scala sbt

Build

% android update project --path `pwd`
% sbt android:package-debug

Install

% adb devices
% adb install -r bin/linda-iBeacon-debug.apk

Develop

% sbt "~ android:run"

Release

% sbt android:packageRelease