2

Could you please tell me how to add the:

<application 
    . . .
    android:usesCleartextTraffic=["true" | "false"]
    . . .
</application>

to the codenameone settings? My app is to connect an http server on the local network.

Thanks for your help.

Emmanuel

ebardet
  • 230
  • 1
  • 9
  • See this: https://stackoverflow.com/a/57130188/756809 – Shai Almog Sep 15 '20 at 01:34
  • Hello Shai, thanks for your response. Still, I cannot figure out how to add android.xapplication_attr=android:usesCleartextTraffic="true" to codenameone_settings.properties – ebardet Sep 15 '20 at 17:28

1 Answers1

1

There we are for the records:

codename1.arg.android.xapplication_attr=android\:usesCleartextTraffic\="true"
ebardet
  • 230
  • 1
  • 9