Home

Published

- 1 min read

net::ERR_CLEARTEXT_NOT_PERMITTED

img of net::ERR_CLEARTEXT_NOT_PERMITTED

The solution for this is noted below

net::ERR_CLEARTEXT_NOT_PERMITTED

Solution

   // Agrega esta linea en el android/app/src/main/AndroidManifest.xml

<application
        android:allowBackup="true"
        android:icon="@mipmap/ic_launcher"
        android:label="@string/app_name"
        android:roundIcon="@mipmap/ic_launcher_round"
        android:supportsRtl="true"
        android:usesCleartextTraffic="true" <------------- esta linea
        android:theme="@style/AppTheme">

Try other methods by searching on the site. That is if this doesn’t work