Android Forum » Android » Android Apps » running a program on a real device

running a program on a real device

running a program on a real device
created on Jan 29, 2013 3:09:09 PM
i want to run an application from developer documentation , second lesson "running your app" , ( i couldn't write the site, as it is forbidden for new users)
on my android device, but it doesn't start, i installed usb
driver, activated debugging ( so i see it in device manager), but it
doesn't start on my android device,
even it doesn't start on AVD, but i don't know why
Reply with quote Reply Link ±0     (0 votes)
RE: running a program on a real device
created on Jan 30, 2013 9:29:28 AM
Check out your project api version and than create the avd with the same api version.

if the app will crash it's programming issue.

for real device install the device driver's on your system. once it will installed the android environment will recognize the device and it will show on run configuration menu.
Reply with quote Reply Link ±0     (0 votes)
RE: running a program on a real device
created on Mar 2, 2013 12:18:00 AM
Is adb running?

If so type, start a command prompt and type:

adb devices


You should see a list of your connected devices and any emulator running.
Reply with quote Reply Link ±0     (0 votes)