updated readme

This commit is contained in:
Dominik 2012-09-05 22:42:11 +02:00
parent ffa0c7a5a9
commit 86bcdc046e
1 changed files with 1 additions and 4 deletions

View File

@ -12,10 +12,7 @@ Fork APG and do a merge request. I will merge your changes back into the main pr
## Build with Ant
1. Add a file called local.properties in org_apg folder with the following lines, altered to your locations of the SDK:
``
sdk.dir=/opt/android-sdk
``
1. Add a file called local.properties in org_apg folder with the following lines, altered to your locations of the SDK: ``sdk.dir=/opt/android-sdk``
2. execute "ant release"
## Build with Eclipse