bboyairwreck / PieMessage

This is project allows Android clients to communicate using iMessage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot Connect to Device

jkieltyka15 opened this issue · comments

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.

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.