| | 87 | {{{ |
| | 88 | sdk.dir=/home/user/necessitas/android-sdk |
| | 89 | }}} |
| | 90 | |
| | 91 | Then run ant like this inside the ''android'' folder |
| | 92 | {{{ |
| | 93 | cd pyside-launcher/android |
| | 94 | and debug |
| | 95 | }}} |
| | 96 | (''adb'' complains about the package created by ''ant release'' due to missing certificates, but likes the package created by ''ant debug'' just fine) |
| | 97 | |
| | 98 | If ''ant'' complains about outdated project, update the project using the ''android'' tool, which is normally available in the ''tools'' directory in the Android-sdk. |
| | 99 | |
| | 100 | {{{ |
| | 101 | android update project -p pyside-launcher/android/ |
| | 102 | }}} |