close
Warning:
AdminModule failed with TracError: Unable to instantiate component <class 'trac.admin.web_ui.PluginAdminPanel'> (super(type, obj): obj must be an instance or subtype of type)
- Timestamp:
-
Jul 8, 2012, 6:52:52 PM (14 years ago)
- Author:
-
Martin Kolman
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v9
|
v10
|
|
| 83 | 83 | |
| 84 | 84 | ===== Rebuilding the APK ===== |
| | 85 | First, change in ''pyside-launcher/android/local.properties'' path to the ''sdk.dir'' to poin to the Android SDK inside the Necessitas SDK, for example: |
| 85 | 86 | |
| | 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 | }}} |
| 86 | 103 | === Qt Components === |
| 87 | 104 | There is an Android port of Qt Components. |