mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
788 B
788 B
How To Build from the Command Line
an abridged version of the official guide found here
- install java and ant
- download the Android SDK from android.com (the full ADT bundle in fine, too)
- get the
tools/
and/orplatform-tools/
directories on your path android update sdk --no-ui
(this could take a while)- go to both of the following NewsBlur directories and run
android update project --path .
:
NewsBlur/media/android/NewsBlur/
NewsBlur/media/android/NewsBlur/libs/ActionBarSherlock/
- build a test APK with
ant clean && ant debug
fromNewsBlur/media/android/NewsBlur/
(.apk will be inNewsBlur/media/android/NewsBlur/bin/
)