-1

Hello i am trying to develop an app as a project for school. I ran to a problem. I was greeted with this.

enter image description here

After google searching here is what i found out. It would seem that google has stopped support of openSSL (the one responsible for httprequests) on android 7 + . So again i went to googling for solutions and stumbled into an official documentation form Qt on how to solve this.

https://doc.qt.io/qt-5/opensslsupport.html

Now again more problems, It would seem that for me to do it is to use a Linux based OS, which i dont have. So hence the Title. Is there anyway for me Using QT running on a WINDOWS operating system to add openSSL support to my android application?

Qt Creator v 4.6.1 and Qt v 5.11

Jake quin
  • 738
  • 1
  • 9
  • 25

1 Answers1

0

QT cames with OpenSSL. It should work perfectly. You may forget to add libs into apk. please refer QT Doc for details.

Kerem
  • 85
  • 1
  • 11