R
R
Rashid2016-08-25 10:58:30
Android
Rashid, 2016-08-25 10:58:30

How to find a bug?

There is an application made using PhoneGap. Everything works on IOS.
But the same android app is not getting data from remote json file.
Please tell me how to find the cause of the problem. And in general, how to do debugging in order to understand whether the matter is in the network or in the application itself.
Thank you.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
GavriKos, 2016-08-25
@Okulo

1) Look at the logs
2) Pound all branches of the problematic code with logs
3) Use debugging, breakpoints and other magic.

R
Rashid, 2016-08-25
@Okulo

using Jquery $.getJSON( "ajax/test.json", function( data )

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question