Archives For Prepare Development

If you already have installed Android from Android Studio or Eclipse, you’re done.

If not we don’t need an extra IDE – complete development workflow can be done from Qt Creator, if Android SDK and Android NDK are installed.

Please download SDK from here. Select the Installer for your OS:

UPDATE 2017-03-02: Attention: Google has changed the structure of SDK.

See QTBUG-59236 for the details. Latest working SDK version is 25.2.5 – here are the download links:

macOS: https://dl.google.com/android/repository/tools_r25.2.5-macosx.zip
Windows: https://dl.google.com/android/repository/tools_r25.2.5-windows.zip
Linux: https://dl.google.com/android/repository/tools_r25.2.5-linux.zip

 

a_install_sdk_01

Follow the instructions:

a_install_sdk_02

GoTo the folder where you installed the Android SDK and search for /tools/android and double-click to start:

configure_sdk_01

Now select what you need. I selected API 22 (Android 5.1.1) – currently running on BlackBerry PRIV and API 23 (Android 6):

configure_sdk_02

Now it can take some time to get it all installed.

Optional you can download and install ANT.

install_ant

Qt can use ANT or Gradle to deploy to Android devices.

As last step we must download and install the Android NDK:

install_ndk_01

Select the right version for your OS:

Attention: there are problems with newer releases. At the moment you MUST use the r10e !

install_ndk_02

Follow the instructions:

install_ndk_03

That’s all to enable you to develop Android APPs from Qt.

Another article explains HowTo prepare your Android Device.


← Back (Open Source vs Commercial License)

→ Next Article (Prepare for iOS (Xcode))

⇐ Home (Overview / Topics)


It’s a good idea to become a member of the Apple Developer Program (99 USD p.a.), but since Xcode 7 you can start testing your apps without a paid membership.

xcode_02

Apple’s Developer Program gives you access to many resources.

xcode_03

Clicking on ‘Certificates, Identifiers & Profiles’ opens a page from where you can learn about all of this:

xcode_04

As next you need Apple’s IDE to be able to compile and deploy Apps to your iPhone or iPad: Xcode. Search for Xcode inside the OSX App Store and install it:

xcode_01

Open Xcode and create a workspace.

Other articles explain HowTo prepare for Android OS and HowTo prepare your iPhone device.


← Back (Prepare for Android (SDK, NDK))

→ Next Article (Prepare your Android Device)

⇐ Home (Overview / Topics)