Nio wrote: > I download a app GPS.apk for my GPS test. I can install it to my > emulator using "adb install GPS.apk",but how can I install it in my > real device? Thanks.
If you have the SDK, the device, and a USB cable (and are not running Windows Vista), you can use the same technique as you did with the emulator. Otherwise, you can upload the APK file to some hosting service that serves APK files with the appropriate MIME type, then use the Browser application to download and install it. Or, you can find a file manager application (e.g., on Android Market) that can install APK files, then copy your APK file to the SD card and use the file manager to install it. Of course, you can always publish your APK via a market, but I am guessing you are not ready for that step just yet. -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training in Sweden -- http://www.sotrium.com/training.php --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---