bboyairwreck / PieMessage

This is project allows Android clients to communicate using iMessage
1.04k stars 166 forks source link

Cannot Connect to Device #33

Closed jkieltyka15 closed 4 years ago

jkieltyka15 commented 7 years ago

When entering cd PieMessage/PieMessage-Android && gradle installDebug into the terminal, it will get to 97% and fail... throwing the exception it cannot connect to a device. Unsure why this is happening. Both other terminal windows are running in the background and the app was successfully running with the correct ip entered on the android device.

Kadwish commented 7 years ago

Sounds like it's trying to side load on to your android device which you don't have loaded onto your MAC. I ran the install debug through the Android Studio app and then just exported the .apk onto my phone and ran it from there.