Update HACKING.md

This commit is contained in:
Stefan Breunig 2013-03-07 13:22:57 +01:00
parent 8593a7a050
commit b475ad8b57

View File

@ -18,7 +18,7 @@ Building the APK
- **Eclipse:** Just import this project and klick the build button.
- **ant:**
Set the ANDROID_HOME environment variable
`export ANDROID_HOME=/path/to/android_sdk`
Build the project with ant
Set the ANDROID_HOME environment variable:
```export ANDROID_HOME=/path/to/android_sdk```
and build the project with ant:
`ant debug`