Hi,

I'm new to android. I've done some sample android project like Hello World,
Google Maps View..  Those projects are working fine while I'm using
emulator.

Now I want to run the same thing on G1-Phone like you.

Could please help me..what I need to done... I need step by step
explanation..

Since I can't get your below answer :(

what all are required to install the project into G phone? What is the
procedure to install the project into G Phone? what is API key...What is
USB.... How can I connect it with my phone  like that..

Even though I have gone through  the content under the following link,
http://code.google.com/android/intro/develop-and-debug.html#otherides

Totally I'm too confused. I'm waiting here to hear your detailed
explanation..

Thanks in advance.

By,
Yasmin

On Tue, Oct 28, 2008 at 2:42 PM, nick fox <[EMAIL PROTECTED]> wrote:

>
> I have solved the problem. After going back and carefully re-reading
> the publish and signing docs, I realized I had made a big mistake.
> What I was doing wrong was I was using jarsigner on the .apk file that
> was being automatically built by eclipse. This is incorrect.
>
> Here is the correct way to do it (as per the instructions in the
> publish and signing docs).
>
> 1) right click on your project in the left package pane and select
> Android Tools > Export Unsigned Application Package
> 2) use jarsigner to sign the package you have just manually created
> 3) use adb install to install the package on the phone (don't forget
> to install the android usb drivers, only do this once)
>
> This tricky little error took me hours to figure out. I'm sure it's
> going to mess up developers for years to come... That will teach me to
> RTFM more carefully.
>
> Nick
>  >
>


-- 
Everything is Possible For U only

--~--~---------~--~----~------------~-------~--~----~
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