Home:ALL Converter>Qt Android Extras installation

Qt Android Extras installation

Ask Time:2015-11-20T01:49:22         Author:GuiDupas

Json Formatter

I am developing an app that need to access the image gallery of the OS in iOS and Android.

I have seen that I must develop one way to Android using QAndroidJniObject Class and another way to iOS using the UIKit and UIImagePickerController from nativa iOS API.

So I decided to start with Android and I am facing a problem. When I include in my .pro file the line QT += androidextras it returns my the following error: Project ERROR: Unknown module(s) in QT: androidextras

Now I am trying to find out from where I can download it because the repositories at Qt site leads me to web pages that don't exist. How can I download that module?

Thanks?

Author:GuiDupas,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/33810932/qt-android-extras-installation
yy