Reputation: 1245
I have a situation, I don't have any usb cable to connect my device with my system to deploy my android app from eclipse and my device is not rooted so I can't use wifi adb for deployment, Is there any fastest way to deploy on device ?? please suggest
Thanks in advance
Upvotes: 0
Views: 97
Reputation: 15543
I assume you have an apk. So you can send it to an e-mail address. Then open that mail from device and download the attached apk. After download is finished install the apk by clicking on it.
Remember to enable Unknown sources
under Settings / Security
.
Upvotes: 1
Reputation: 1007554
Step #1: Upload the APK to the Internet (e.g., Dropbox)
Step #2: Download the APK from the Internet to the device (e.g., via Dropbox app)
Upvotes: 2