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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.