Hello,

I sifted through some threads but didn't find anything on this. I'm
including the barcode Scanner app in my project instead of using
intents.
Before I start adding my code, I just tried compiling it and running
it and I get the following errors when run:

[2010-09-26 05:19:10 - Barcode Scanner] Waiting for HOME
('android.process.acore') to be launched...
[2010-09-26 05:20:18 - Barcode Scanner] HOME is up on device
'emulator-5554'
[2010-09-26 05:20:18 - Barcode Scanner] Uploading Barcode Scanner.apk
onto device 'emulator-5554'
[2010-09-26 05:20:28 - Barcode Scanner] Failed to upload Barcode
Scanner.apk on device 'emulator-5554'
[2010-09-26 05:20:28 - Barcode Scanner] java.io.IOException: Unable to
upload file: null
[2010-09-26 05:20:28 - Barcode Scanner] Launch canceled!

I configured the AVD the following way: API: 2.2,
hw.Camera:yes,hw.lcdDensity:160.

Further this is the stack trace,

[2010-09-26 04:33:08 - DeviceMonitor]Sending jdwp tracking request
failed!
[2010-09-26 05:18:15 - DeviceMonitor]Sending jdwp tracking request
failed!
[2010-09-26 05:20:28 - Device]Unable to open sync connection! reason:
Unable to upload file: null
[2010-09-26 05:45:59 - DeviceMonitor]Sending jdwp tracking request
failed!
[2010-09-26 05:47:12 - Logcat]device not found
com.android.ddmlib.AdbCommandRejectedException: device not found
       at com.android.ddmlib.AdbHelper.setDevice(AdbHelper.java:736)
       at
com.android.ddmlib.AdbHelper.executeRemoteCommand(AdbHelper.java:373)
       at com.android.ddmlib.Device.executeShellCommand(Device.java:
285)
       at com.android.ddmuilib.logcat.LogPanel$3.run(LogPanel.java:
516)

I think this is more of an emulator issue than something to do with
the app.
Am I missing something here? Any advice would be great.

Thanks,
Josh

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to