Android Question Rapid debugger failed in v3,5

lucdrb

Active Member
Licensed User
Longtime User
Hello,

I can't use the rapid debugger when I compile everything run well and I got the message:

RDfailed.jpg


The compiler stop.
I can install the program on the phone and it's stop because there is any debugger to connect.
It's doing the same with every program I try.

Everything work fine with the debug(legacy).

Help please

Luc
 

lucdrb

Active Member
Licensed User
Longtime User
Thanks It's work.

I've made an error about the version number, I've the 4,3 not the 3,5

I've changed the path for the javac.exe
from C:\Program Files (x86)\Java\jdk1.6.0_26\bin\javac.exe
to C:\Program Files (x86)\Java\jdk1.7.0_11\bin\javac.exe

Luc
 
Upvote 0
Top