HOW DO I RUN SAMPLE CODE I GOT FROM ANDROID PAGE IN ECLIPSE WITH ANDROID ADT/AVD/SDK? Thanks for helping this n00b out. I got that USB driver thing and other stuff you explained kind of...
On Dec 19, 8:10 pm, Frank Weiss <[email protected]> wrote: > Info about the USB driver is on the developer.android.com web site > here:http://developer.android.com/sdk/win-usb.html > > It takes just a little effort to learn the Eclipse IDE, but it's well worth > it, IMO. To open the Debug perspective, choose Window + Other + Debug. Then > choose Run + Debug Configurations. Select "Android Application" and click > the "New launch configuration" button. Further info on Eclipse debug > perspective is OT for this mail list, get help from Eclipse support. Once > you have it going, you can launch your Android app in an AVD or on a device, > see what exceptions are thrown, set breakpoints, inspect your code > variables, view the logcat output, etc. This can also be done from the > command line Andorid SDK tools such as adb, etc., but many people find the > Eclipse UI more productive and easier to use. > > On Sat, Dec 19, 2009 at 12:31 AM, Jae Chang <[email protected]> wrote: > > how do i run sample codes? (most important) > > and what do u mean by debug perspective, how do i run that? > > and how do i install USB driver, like usb driver patch thing in > > Android SDK, ADT? > > > On Dec 18, 2:06 pm, Frank Weiss <[email protected]> wrote: > > > To run on a phone, install the USB driver. For development in Eclipse, > > just > > > use the Debug perspective - it will automatically create the .apk, > > download > > > to the phone, and run it. > > > > On Dec 18, 2009 11:24 AM, "Jae Chang" <[email protected]> wrote: > > > > I just followed the direction on google code page to set up java IDE, > > > eclipse and android sdk.... and i tried all the steps to go hello > > > world app. now i want to try to run other sample codes provided by > > > google android team. > > > i downloaded zip file fromhttp://android-developers.blogspot.com/?hl=en > > > and i took out a folder out of it, but how do i run it in eclipse then > > > execute in android sdk? > > > and how do i repackage the file to apk to run it in a phone? > > > > i want to be able to try samples and how they run so that i can start > > > it by using sample codes to write my own code (i have an electrical > > > engineeering degree from college and i did c and c++ coding though it > > > was very basic, but i can say i can learn what is explained with > > > proper steps) > > > > tell me where i can find the steps to run or just tell me how to do > > > it. > > > > -- > > > 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]<android-developers%[email protected]> > > <android-developers%[email protected]<android-developers%[email protected]> > > > > For more options, visit this group athttp:// > > groups.google.com/group/android-developers?hl=en > > > -- > > 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]<android-developers%[email protected]> > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en -- 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

