[android-developers] Re: how to run sample application in real harware

2009-03-18 Thread Dr.Luiji
All You need to know is how developing on a device. Essentially before debug/run you app you must install the driver fot the android G1: - Connect your G1 to your PC with the USB cable - Into G1 go to Menu-Setup-Applications-Development, turn on the USB debugging. - When your g1 is detected,

[android-developers] Re: how to run sample application in real harware

2009-01-28 Thread Xavier Ducrohet
apk files are NOT executable. to install an apk on your device, just execture 'adb install path to you apk'. Your application should then appear in the Home screen. This is what ADT is doing when dealing with emulators or devices. Xav On Wed, Jan 28, 2009 at 7:04 AM, sumit