You need to do the following steps.  Google for details on each one,
you'll find plenty of info:

1. Right click the project and choose Android Tools->Export Unsigned
Application Package...
2. Choose a directory and save to create the .apk file
3. Use keytool to generate a self-signed certificate and keystore
4. Use jarsigner to sign the apk you just generated in #2 with the
certificate you created in #3

The apk file is now ready to be put on the G1.  You can do this
several ways but due to problems I have had with the phone connected
to my PC, the way I have done it is set the apk file up on IIS on my
machine with a page that links to the apk.  I then surf to that on my
internal network via the wifi connection on the G1 and download it.
It will automatically install.

If you do set it up for download via a website (your internal or any
other) you need to make sure you set the MIME type for .apk to
'application/vnd.android.package-archive' for the G1 to know that it
can install what it just downloaded.

There is also a way to push it out to the SD card over USB but I don't
have experience with locating and installing the apk once that is
done.

Hope this helps,

Greg

On Nov 9, 11:29 pm, sudheer <[EMAIL PROTECTED]> wrote:
> Hello All
> I have an application developed using emulator. I want to run this
> application on G1 now. how should I go about it?
> is there any thing that I need to change apart from the instructions I
> see in sdk reference documents?
> Please advise.
>
> Best Regards,
> Sudheer
--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to