How to install APK from PC?

前端 未结 5 1994
长发绾君心
长发绾君心 2021-01-30 05:57

I want to install an APK from PC to Android device. And because of user\'s Android and generally technical skills, I need to do it as automatically (silently) as possible. So ho

相关标签:
5条回答
  • 2021-01-30 06:28

    Airdroid , android market install the app on android then go onto the computer type in the address given, type in the password given (or scan the QR code). Go to settings and under security (if your running the new ICS or Jellybean) or go to settings->apps->managment and select unknown sources(for gingerbread) then click on (I think) speed install, or something along those lines. it will be on the top of the page slightly towards the left. drag and drop as many .apks as you want then on you android just tap the install buttons that appear. Airdroid is wonderful and does a lot more than just apks.

    0 讨论(0)
  • 2021-01-30 06:35
    1. Connect Android device to PC via USB cable and turn on USB storage.
    2. Copy .apk file to attached device's storage.
    3. Turn off USB storage and disconnect it from PC.
    4. Check the option Settings → Applications → Unknown sources OR Settings > Security > Unknown Sources.
    5. Open FileManager app and click on the copied .apk file. If you can't fine the apk file try searching or allowing hidden files. It will ask you whether to install this app or not. Click Yes or OK.

    This procedure works even if ADB is not available.

    0 讨论(0)
  • 2021-01-30 06:45
    adb install <path_to_apk>
    

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

    0 讨论(0)
  • 2021-01-30 06:50

    Just connect the device to the PC with a USB cable, then copy the .apk file to the device. On the device, touch the APK file in the file explorer to install it.

    You could also offer the .apk on your website. People can download it, then touch it to install.

    0 讨论(0)
  • 2021-01-30 06:51

    3 Ways to Install Applications On Android Without The Market

    And don't forget to enable Unknown sources in your Android device Settings, before installing apk, else Android platform will not allow you to install apk directly

    enter image description here

    0 讨论(0)
提交回复
热议问题