Or you can simply run the HelloAndroid project directly from Eclipse ("Debug
as..", or "Run as..").2010/1/14 Rogério de Souza Moraes <[email protected]> > Use adb to install it for you! > Connect your phone to your computer. Execute the command bellow to list the > devices you have connected to your computer: > > adb devices > > If your device was detected, use the command bellow to install your package > : > > adb install <your_package>.apk > > 2010/1/14 Michael boggess <[email protected]> > >> Save the .apk to your SD card or send it to your self in an email. To >> install you need to allow non-market apks to be installed, Settings -> >> Applications -> Unknown Sources (check). Use a file browsing utility >> (search the market for Linda Manager) to navigate to the place where >> you saved your .apk and install. Your HelloWorld application should >> appear in your application list with the others. >> >> On Jan 12, 11:43 am, kknight <[email protected]> wrote: >> > Hi All, >> > I am a beginner. I built and signed HelloAndroid.apk using Eclipse AD, >> > and I want to test it on my HTC Hero phone. How can I upload the apk >> > to my HTC phone and test it? >> > >> > Thanks. >> > >> > kknight >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Beginners" group. >> >> NEW! Try asking and tagging your question on Stack Overflow at >> http://stackoverflow.com/questions/tagged/android >> >> To unsubscribe from this group, send email to >> [email protected]<android-beginners%[email protected]> >> For more options, visit this group at >> http://groups.google.com/group/android-beginners?hl=en >> >> > > -- > You received this message because you are subscribed to the Google > Groups "Android Beginners" group. > > NEW! Try asking and tagging your question on Stack Overflow at > http://stackoverflow.com/questions/tagged/android > > To unsubscribe from this group, send email to > [email protected]<android-beginners%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-beginners?hl=en > >
-- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

