11-11-2019 12:19 AM
AndroidManifest.xml -
<?xml version="1.0" encoding="utf-8"?>
<manifest ...>
<uses-permission android:name="android.permission.INTERNET" />
<application
...
android:usesCleartextTraffic="true"
...>
...
</application>
</manifest>
01-17-2025 04:55 PM
I'm experiencing the same problem. I'm enabling clear text traffic on UE5.4, Android Platform but I'm still unable to connect to my http server on the Meta Quest 3. Has anyone found a solution?
02-15-2025 09:07 PM
I've found the solution. The problem was simply that the "T" in "True" needed to be capitalized. I was completely deadpan when I realized that was all it took.