HTTP FAILED: java.net.UnknownServiceException: CLEARTEXT communication to localhost not permitted by network security policy
Getting this above mentioned issue while calling localhost api using retrofit.
HTTP FAILED: java.net.UnknownServiceException: CLEARTEXT communication to localhost not permitted by network security policy
Getting this above mentioned issue while calling localhost api using retrofit.
Add the below code in the android manifest file's application tag
android:usesCleartextTraffic="true"