Android 7 sdk problem in Qt

1205
3
Jump to solution
07-20-2017 03:59 AM
tanerkoka
Occasional Contributor II

Hi,

We have ssl exceptions in Android 7 OS tablet , project exceptions is like below :

W MaksMobil: (null):0 ((null)): qt.network.ssl: QSslSocket: cannot call unresolved function SSLv23_client_method
W MaksMobil: (null):0 ((null)): qt.network.ssl: QSslSocket: cannot call unresolved function SSL_CTX_new
W MaksMobil: (null):0 ((null)): qt.network.ssl: QSslSocket: cannot call unresolved function SSL_library_init
W MaksMobil: (null):0 ((null)): qt.network.ssl: QSslSocket: cannot call unresolved function ERR_get_error

We are develop project for Android 7 applications we are using 5.7.1 version qt creator but there is no Target SDK: Android 7 in AndroidManifest.xml file .After that we are installed also 5.8.0 qt version but we can't find Target SDK: Android 7 in AndroidManifest.xml file .Is above exception for this problem or not , So how can we solve this important problem?, we can not use our https services in our app in Andrioid 7 OS Tablet. Are there any way to solve or not? (is it a bug ?)

Thanks

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
3 Replies
LukeSmallwood
Esri Contributor

Hi taner koka‌,

Have you added the ssl libs to your Qt kit? That can be the cause of ssl issues on android. There are some instructions at System requirements—ArcGIS Runtime SDK for Qt | ArcGIS for Developers .

I hope that helps,

Luke

0 Kudos
tanerkoka
Occasional Contributor II

Thanks Luke,

   OpenSSL  already be installed in Linux (Ubuntu)  Android environment but there is no problem with Android 6 os .When we using Android 7 os  https services gives error are there any vay or example to solve this important problem Android 7?

Thanks

0 Kudos
tanerkoka
Occasional Contributor II
0 Kudos