I'm trying to follow this GeekForGeeks tutorial on mac M1 via emulator but I'm seeing this error
Unhandled Exception: SocketException: OS Error: Connection refused, errno = 111, address = 127.0.0.1, port = 49964
when I run this line
_credentials = await _client.credentialsFromPrivateKey(_privateKey);
my ganache screenshot is this:
I have added
<uses-permission android:name="android.permission.INTERNET" />
but it's still not working.