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:
-
Nov 15, 2014, 8:41:14 PM (11 years ago)
- Author:
-
Martin Kolman
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v26
|
v27
|
|
| 17 | 17 | Notes from the !PyOtherSide for Android development phase [wiki:PyOtherSideForAndroidNotesArchive have been archived here]. |
| 18 | 18 | |
| | 19 | == Packaging == |
| 19 | 20 | |
| | 21 | === Building the Android package from CLI === |
| | 22 | |
| | 23 | For build script integration it would be nice to be able to non-interactively build a Python application package for Android, without the need to do that manually in the !QtCreator GUI. |
| | 24 | |
| | 25 | Fortunately the [http://doc-snapshot.qt-project.org/qt5-5.3/deployment-android.html#androiddeployqt '''androiddeployqt'''] tools seems to do just that. :) |