Re: [android-developers] Re: barcode scanner on android emulator

2013-05-15 Thread asma rezgui
ok i' ll try it on android device , thank s a lot 2013/5/15 Michael Leung > THat may work, but not 100% work. Please use a physical phone to test that. > > > On Tue, May 14, 2013 at 7:43 PM, asma rezgui wrote: > >> ok thanks >> >> >> 2013/5/14 igmail >> >>> U can do it if u do the scan from a

Re: [android-developers] Re: barcode scanner on android emulator

2013-05-14 Thread Michael Leung
THat may work, but not 100% work. Please use a physical phone to test that. On Tue, May 14, 2013 at 7:43 PM, asma rezgui wrote: > ok thanks > > > 2013/5/14 igmail > >> U can do it if u do the scan from a saved photo >> >> 发自我的 iPad >> >> 在 2013-5-14,下午5:03,asma rezgui 写道: >> >> there s no way

Re: [android-developers] Re: barcode scanner on android emulator

2013-05-14 Thread asma rezgui
ok thanks 2013/5/14 igmail > U can do it if u do the scan from a saved photo > > 发自我的 iPad > > 在 2013-5-14,下午5:03,asma rezgui 写道: > > there s no way to test it in android emulator when adding the zxing jar to > my project ? > > > 2013/5/14 tarun sablok > >> HI >> >> You cannot test the barcod

Re: [android-developers] Re: barcode scanner on android emulator

2013-05-14 Thread igmail
U can do it if u do the scan from a saved photo 发自我的 iPad 在 2013-5-14,下午5:03,asma rezgui 写道: > there s no way to test it in android emulator when adding the zxing jar to my > project ? > > > 2013/5/14 tarun sablok >> HI >> >> You cannot test the barcode functionality in emulator , it will

Re: [android-developers] Re: barcode scanner on android emulator

2013-05-14 Thread asma rezgui
there s no way to test it in android emulator when adding the zxing jar to my project ? 2013/5/14 tarun sablok > HI > > You cannot test the barcode functionality in emulator , it will always > crash if you try in android emulator. > > You should try it in a device to test this functionality. >

Re: [android-developers] Re: barcode scanner on android emulator

2013-05-14 Thread tarun sablok
HI You cannot test the barcode functionality in emulator , it will always crash if you try in android emulator. You should try it in a device to test this functionality. Thanks & Regards Tarun Sablok On Tue, May 14, 2013 at 1:42 AM, Lew wrote: > ASMA wrote: > >> does anyone know how to add

[android-developers] Re: barcode scanner on android emulator

2013-05-13 Thread Lew
ASMA wrote: > does anyone know how to add barcode scanner to android emulator. > i [sic] want to test this fonctionnality on emulator and i have added the > zxing library to my project but it didn t work, i don't know if there is > another method to do that. > i have followed many tutorials but