Officially, unless you have a Google Dev Phone, you have to package it
as a signed .apk.

Then you can deploy it on your phone as you prefer :
- push it on the sdcard with USB cable and use a File Manager app to
find and install it
- email it to you gmail account and install APKatch to install it
(without APKatch, the standard application installer fails to
retrieve .apk files attached to e-mails)
- upload it on a web server and open the android browser to get it
from the web.

On your phone you also have to authorize beforehand the installation
of applications from unknown sources in the android preferences /
applications menu.

On 17 août, 12:45, Spektor Yaron <[email protected]> wrote:
> Hi,
> i have a softkeyboard code that i am trying to install on my device.
> i was able to debug and run on my device it using eclipse, it works well as
> long as the USB cable is connected (of course,once i disconnect it it stops
> working)
> i tried adb install as well, that works for a few sample applications i used
> but not for the softkeyboard (maybe because it is an input  method
> service?). when i try to change the input method it shows me my application
> name in the list but does not render it on the screen.
> anyone?
>
> --
> Yaron Spektor
--~--~---------~--~----~------------~-------~--~----~
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