I’m trying to debug android native app by the command [ionic capacitor run android].
But I’ll get the error of [ERR_CLEARTEXT_NOT_PERMITTED].
Even though I added the <application android:usesCleartextTraffic=“true”></application> to AndroidMainfest.xml file, it’s still not working.
Does anyone know how to solve this problem?
Thank you.