Set Up MockWebServer for Android UI Test: Fix Network Security Issue
A step-by-step guide using MockWebServer on Android Jetpack Compose UI tests to fix java.net.UnknownServiceException issue When writing Android UI tests, you might run into this error, java.net.UnknownServiceException: CLEARTEXT communication to localhost not permitted by network security policy This happens because modern Android versions, since Android 9 (API level 28), enforce stricter network security policies, preventing … Read more