问题
How can I install a .apk
file on an android device without using the android SDK?
回答1:
- Copy the
.apk
file to an SD card. - Download
AppInstaller
from Android Market. - On opening the app you can see the apk file in the list.
- Click on the app, and it gets installed
回答2:
Put the .apk file up at a web site and point the phone's browser at it. You can also try emailing the .apk file to your phone. Either way, you'll have to enable installation of apps from unknown sources.
回答3:
If you are having the .apk
file, attach that to your gmail account and send it to yourself. Then open the mail in your mobile and double click (touch) the .apk
file. It'll be automatically installed into your android device.
If you dont' have an .apk
file, you must download it from Android Market (Google Play) by registering with your mobile number. Choose an app from your computer (suposing you want so, otherwise just install it straight from your android device), click the install button, choose your device from the list and it will be directly installed into the device.
来源:https://stackoverflow.com/questions/8664567/how-to-install-apk-file-on-android-device