如何从PC上安装APK?PC、APK

2023-09-04 09:51:50 作者:唯有自己强大

我要安装从PC APK到Android设备。因为user's Android和一般的技术技能,我需要为自动做到这一点,因为it's可能。因此,如何从PC的apk文件到手机,然后开始安装呢?

解决方案

  ADB安装< path_to_apk>
 

http://developer.android.com/guide/developing/tools/adb.html#move

I want to install apk from pc to android device. And because of user´s android and generally technical skills I need to do it as automatically, as it´s possible. So how to get an apk from pc to phone and start install there?

解决方案 如何从电脑上给手机安装apk文件

adb install <path_to_apk>

http://developer.android.com/guide/developing/tools/adb.html#move