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. - **Eclipse:** Just import this project and klick the build button.
- **ant:** - **ant:**
Set the ANDROID_HOME environment variable Set the ANDROID_HOME environment variable:
`export ANDROID_HOME=/path/to/android_sdk` ```export ANDROID_HOME=/path/to/android_sdk```
Build the project with ant and build the project with ant:
`ant debug` `ant debug`