Qt Android Extras installation
Solved
General and Desktop
-
I am developing an app that need to access the
image gallery
of the OS iniOS
andAndroid
.I have seen that I must develop one way to
Android
usingQAndroidJniObject Class
and another way toiOS
using theUIKit
andUIImagePickerController
from nativaiOS
API.So I decided to start with
Android
and I am facing a problem. When I include in my .pro file the lineQT += 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?