Starting with Android 9 (API level 28), cleartext support is disabled by default. You need to establish connection via https, otherwise you need to allow your app to make unsecure requests - add the following property in your Android app manifest: android:usesCleartextTraffic="true"