3D Repo Mobile Asset Management System
This project is Copyright of 3D Repo Ltd, a company registered in England and Wales No. 09014101, and is released under the open source GNU Affero General Public License v3. Should you require a commercial license, please contact [email protected]. All contributors are required to sign either the 3D Repo Individual or the 3D Repo Entity Contributor License Agreement (CLA).
- Libdmtx: http://libdmtx.sourceforge.net/ For compilation instructions, see wiki: http://libdmtx.wikidot.com/libdmtx-on-windows-using-visual-studio Available is also pre-compiled Windows-32 binary: https://sourceforge.net/projects/libdmtx/files/libdmtx/0.7.2-binaries/
- Make sure your Qt installation has the necessary Android packages. You can change them in Windows:
Start menu > Add or Remove Programs > Qt > Modify
- Install Android Studio and install the additional SDK/NDK as required:
Android Studio > Tools > Android > SDK Manager > Tabs for SDK Platforms and SDK Tools
(make sure to tick Android SDK Tools, Google USB Driver and NDK)
-
Install JDK: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html (you do not need Apache Ant as that has been deprecated in Qt)
-
Setup your Android devices in Qt Creator:
Tools > Options > Devices > Android
Add paths to SDK, NDK, etc
- Make sure your Android device is plugged in and recognised:
> cd c:\Users\jozef\AppData\Local\Android\sdk\platform-tools\
> adb devices
- Getting started with Qt for Android: http://doc.qt.io/qt-5/androidgs.html
- Connecting Android devices: http://doc.qt.io/qtcreator/creator-developing-android.html
- Qt platform notes for Android: http://doc.qt.io/qt-5/platform-notes-android.html
- Deploying on Android: http://doc.qt.io/qt-5/deployment-android.html