-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Lukas Vacek
committed
Dec 5, 2015
1 parent
b99258b
commit ccaaa86
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
building/hacking/... | ||
==================== | ||
|
||
Checkout this repo in Android studio, wait for gradle sync to finish | ||
(you might need to install missing android-21 target) and click "build" :) | ||
|
||
Just click "Run" and choose a running device (requires "USB debugging" enabled).. | ||
|
||
Alternatively, you can use "Build/Build APK" to build an unsigned APK (you can copy and | ||
install this APK on your phone (requires allowed "Unknown sources"). |