On Jan 19, 2:43 pm, fourk xav <[email protected]> wrote:

> What about if you want to run the application on your DISCONNECTED device?

You need to get the APK to the device somehow. By far the most direct
method is via USB, but if this isn't an option for some reason, you
still need to bridge that gap. Some possibilities:

- Copy the APK to an SD card on your development computer, then mount
that card on your phone and open th APK file using a File Manager app.
- Upload the APK file to a web server, then browse to its URL using
the browser on the device.

There are probably other means, but you will need to get the APK file
to the device one way or another.

String
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to