Good morning, I have an apk that queries a Mysql, on some devices I get the error
I have added the following line to ManifestEditor
use both modes, with true and with false
And now I get the following error.
As the error persisted, I updated the libraries using SDK manager
And now I get the following error.
I would appreciate any help.
B4X:
Error: java.net.UnknownServiceException: CLEARTEXT communication to www.mywebsite.com not permitted by network security policy
I have added the following line to ManifestEditor
B4X:
SetApplicationAttribute(android:usesCleartextTraffic, "true")
And now I get the following error.
B4X:
AndroidManifest.xml:25: error: No resource identifier found for attribute 'usesCleartextTraffic' in package 'android'
As the error persisted, I updated the libraries using SDK manager
And now I get the following error.
B4X:
AndroidManifest.xml:29: error: Error parsing XML: not well-formed (invalid token)
I would appreciate any help.