Skip to content

Commit

Permalink
Update steps to configure and build the code
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Jun 9, 2016
1 parent 677f63e commit 3925508
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,33 @@ It consists of two projects:
Apache POI. See `DocumentListActivity` for the actual
code

#### Preparation

You will need the following pieces in order to get started

* A recent Java SDK, preferably Java 8
* An installation of the Android SDK, either the one included
with Android Studio or a separate download, see
https://developer.android.com/studio/index.html#downloads

#### Getting started

Get the code:

git clone git://github.com/centic9/poi-on-android
cd poi-on-android

Configure where your Android SDK resides:

vi local.properties

Configure the version of the Android Build Tools that you have installed,
as of this writing, build-tools "24 rc4" is the latest version.

vi poitest/build.gradle

Finally run the build and some testing. For only the jar-files run just `build`

./gradlew build connectedCheck

#### Notes
Expand Down

0 comments on commit 3925508

Please sign in to comment.