I want to test sample acquire channel demo on samsung galaxy s4.
I added the project in Eclipse.
Added ant_lib.jar fire from API folder.
I have insatlled AntRadioservice.apk
I have installed AntUSBservice.apk
when i debug the project, I am getting the error in class.newinstance() line 1319
this is logcat data:
07-15 14:12:34.604: I/dalvikvm(475): Debugger is active
07-15 14:12:34.704: I/System.out(475): Debugger has connected
07-15 14:12:34.704: I/System.out(475): waiting for debugger to settle...
07-15 14:12:34.904: I/System.out(475): waiting for debugger to settle...
07-15 14:12:35.104: I/System.out(475): waiting for debugger to settle...
07-15 14:12:35.305: I/System.out(475): waiting for debugger to settle...
07-15 14:12:35.505: I/System.out(475): waiting for debugger to settle...
07-15 14:12:35.705: I/System.out(475): waiting for debugger to settle...
07-15 14:12:35.905: I/System.out(475): waiting for debugger to settle...
07-15 14:12:36.105: I/System.out(475): waiting for debugger to settle...
07-15 14:12:36.306: I/System.out(475): waiting for debugger to settle...
07-15 14:12:36.506: I/System.out(475): waiting for debugger to settle...
07-15 14:12:36.706: I/System.out(475): waiting for debugger to settle...
07-15 14:12:36.906: I/System.out(475): waiting for debugger to settle...
07-15 14:12:37.106: I/System.out(475): debugger has settled (1482)
07-15 14:12:37.447: D/dalvikvm(475): threadid=1: still suspended after undo (sc=1 dc=1)
07-15 14:12:37.607: W/dalvikvm(475): VFY: unable to resolve exception class 32 (Lcom/dsi/ant/channel/ChannelNotAvailableException;)
07-15 14:12:37.607: W/dalvikvm(475): VFY: unable to find exception handler at addr 0x23
07-15 14:12:37.617: W/dalvikvm(475): VFY: rejected Lcom/dsi/ant/sample/acquirechannels/ChannelList;.addNewChannel (Z)V
07-15 14:12:37.617: W/dalvikvm(475): VFY: rejecting opcode 0x0d at 0x0023
07-15 14:12:37.617: W/dalvikvm(475): VFY: rejected Lcom/dsi/ant/sample/acquirechannels/ChannelList;.addNewChannel (Z)V
07-15 14:12:37.617: W/dalvikvm(475): Verifier rejected class Lcom/dsi/ant/sample/acquirechannels/ChannelList;
07-15 14:12:37.617: W/dalvikvm(475): Class init failed in newInstance call (Lcom/dsi/ant/sample/acquirechannels/ChannelList;)
I have attached the screenshots for my project configuirations & debug windows
download it from following link:
http://www.mediafire.com/download/68096358umeuv0j/SACDemo_error.screenshts.zip
please guide me to solve this error
thanks in Advance