This message means you have another service listening on port 8081, so the JS packager can't be started. You can find what process is blocking the port by running:
lsof -n -i4TCP:8081 | grep LISTEN
You can stop/kill this process and then run react-native run-android again.