This is the first time, I am working on cordova
applications. I created a dummy application as per documentation and tested in simulator working fine.
Now I made an .APK
file and installed in my own android
device, there also working fine. Whenever I am modified anything, I have to make APK
file and re-installing... these everything taking time for my development.So I decided to test application directly in my device instead of simulator. I Goggled and found URL-1 URL-2, They are suggesting,we can overcome this with USB cable. As per their suggestions I did it, now directly I am running application into my device(I mean no need to make APK file).
Note : I am using Eclipse,windows7
for my development.
Until now, this was fine, but the problem I am not able to console . If I test my application with simulators
I can console in browser using chrome tools
, that way I can identify what going wrong. I can put breakpoints there and I can debug.
I don't want to test with simulators(I want to test directly with my devices), but I can't able to see console If I test with my own device.
Regarding this, I searched but I didn't find any solutions. can anyone help me.
Basically
I want to test my application directly with my device(don't want to test with simulators)
I want to console
I did first point with USB, I didn't find any way for my second point. can anyone help me .
Thanks.