I am developing a large application for Android Wear through Android Studio (~200 MB). Trying to test the application on my LG G Watch R through "Debugging over Bluetooth" is taking a lot of time to send the large app to the Watch.
Are there any alternatives / faster methods to send the application to the Watch for testing?
Thank you.
EDIT:
I have fixed the issue thanks to ianhanniballake's advice. It turns out that my USB Driver was not correctly installed on my PC. Anyone with a similar issue should reinstall their Google USB Driver by following this Tutorial.
Thank you again.