lqml/examples/.android-ssl-test
2024-11-21 14:10:18 +01:00
..
build add simple example '.android-ssl-test' 2024-11-20 20:59:23 +01:00
build-android add simple example '.android-ssl-test' 2024-11-20 20:59:23 +01:00
build-ios add simple example '.android-ssl-test' 2024-11-20 20:59:23 +01:00
i18n add simple example '.android-ssl-test' 2024-11-20 20:59:23 +01:00
lisp add simple example '.android-ssl-test' 2024-11-20 20:59:23 +01:00
platforms/android add 'libcrypto.so' and 'libssl.so' for android; revisions 2024-11-21 14:10:18 +01:00
qml add simple example '.android-ssl-test' 2024-11-20 20:59:23 +01:00
.gitignore add simple example '.android-ssl-test' 2024-11-20 20:59:23 +01:00
app.asd add simple example '.android-ssl-test' 2024-11-20 20:59:23 +01:00
app.pro add 'libcrypto.so' and 'libssl.so' for android; revisions 2024-11-21 14:10:18 +01:00
make.lisp add 'libcrypto.so' and 'libssl.so' for android; revisions 2024-11-21 14:10:18 +01:00
mkdirs.sh add simple example '.android-ssl-test' 2024-11-20 20:59:23 +01:00
ql-libs.lisp add simple example '.android-ssl-test' 2024-11-20 20:59:23 +01:00
readme.md add 'libcrypto.so' and 'libssl.so' for android; revisions 2024-11-21 14:10:18 +01:00
run.lisp add simple example '.android-ssl-test' 2024-11-20 20:59:23 +01:00

This is here for testing SSL on android.

After doing make apk, please ensure files

libssl.so
libcrypto.so

are present in directory

build-android/android-build/libs/arm64-v8a/

(that is, they should have been copied automatically to above place)

Uninstall any app called 'app' (which you might have previously installed) before installing this one.

When running the app, it should first display "downloading...", and after a few seconds (if the android device is connected to the internet), it should display "OK".