Exception has occurred. SocketException (SocketException: Failed host lookup: 'digi-uat.bicbank.com.kh' (OS Error: No address associated with hostname, errno = 7)) code example
Example: SocketException: Failed host lookup
//Add this to your androidManifest file(app/src/main/)
<uses-permission android:name="android.permission.INTERNET"/>