I want to install apk file from PC to tablet. But the problem is that adb is disabled in tablet.
So is there any way I can install apk files from PC to tablet without using adb?
I want to install apk file from PC to tablet. But the problem is that adb is disabled in tablet.
So is there any way I can install apk files from PC to tablet without using adb?
Copy the apk to the sdcard and install it on the tablet. (apk is available in the bin folder of you eclipse project after you have built the project)
you can save apk file into your device's sdcard. For that do the following. In ddms, select on sdcard. click on "push files to device", and give the apk file path in your pc. Now your apk is inside your sdcard. and from there you can install.