Qt Android Extras installation
-
I am developing an app that need to access the
image galleryof the OS iniOSandAndroid.I have seen that I must develop one way to
AndroidusingQAndroidJniObject Classand another way toiOSusing theUIKitandUIImagePickerControllerfrom nativaiOSAPI.So I decided to start with
Androidand I am facing a problem. When I include in my .pro file the lineQT += androidextrasit returns my the following error:
Project ERROR: Unknown module(s) in QT: androidextrasNow 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?