Angelo Messina Active Member Licensed User Longtime User Aug 4, 2019 #1 Error: java.net.UnknownServiceException: CLEARTEXT communication to pvoutput.org not permitted by network security policy Hi, I have this error on android 9
Error: java.net.UnknownServiceException: CLEARTEXT communication to pvoutput.org not permitted by network security policy Hi, I have this error on android 9
DonManfred Expert Licensed User Longtime User Aug 4, 2019 #2 android.jar / targetSdkVersion / minSdkVersion Upvote 0
amidgeha Active Member Licensed User Longtime User Aug 4, 2019 #3 Angelo Messina said: Error: java.net.UnknownServiceException: CLEARTEXT communication to pvoutplut.org not permitted by network security policy Hi, I have this error on android 9 Click to expand... Add this line to your Manifest: SetApplicationAttribute(android:usesCleartextTraffic, "true") Take a look at this link Last edited: Aug 4, 2019 Upvote 0
Angelo Messina said: Error: java.net.UnknownServiceException: CLEARTEXT communication to pvoutplut.org not permitted by network security policy Hi, I have this error on android 9 Click to expand... Add this line to your Manifest: SetApplicationAttribute(android:usesCleartextTraffic, "true") Take a look at this link
naifnas Active Member Licensed User Nov 16, 2019 #4 Thanks A brief and wonderful response amidgeha said: Add this line to your Manifest: SetApplicationAttribute(android:usesCleartextTraffic, "true") Take a look at this link Click to expand... Upvote 0
Thanks A brief and wonderful response amidgeha said: Add this line to your Manifest: SetApplicationAttribute(android:usesCleartextTraffic, "true") Take a look at this link Click to expand...
L LUISTORRES Member Licensed User Mar 6, 2021 #5 naifnas said: Thanks A brief and wonderful response Click to expand... hi, thanks, sorry,but where is this file? Upvote 0
naifnas said: Thanks A brief and wonderful response Click to expand... hi, thanks, sorry,but where is this file?
DonManfred Expert Licensed User Longtime User Mar 6, 2021 #6 LUISTORRES said: hi, thanks, sorry,but where is this file? Click to expand... Which File? See #3 in this thread Error: java.net.UnknownServiceException: CLEARTEXT communication Error: java.net.UnknownServiceException: CLEARTEXT communication to pvoutput.org not permitted by network security policy Hi, I have this error on android 9 www.b4x.com Upvote 0
LUISTORRES said: hi, thanks, sorry,but where is this file? Click to expand... Which File? See #3 in this thread Error: java.net.UnknownServiceException: CLEARTEXT communication Error: java.net.UnknownServiceException: CLEARTEXT communication to pvoutput.org not permitted by network security policy Hi, I have this error on android 9 www.b4x.com