How to use debugger in android or java?

I am trying to create a simple Android application. This is the first time I am coding Android and Java. I installed android sdk on win 7 machine. I have never used a debugger. I want the resource to learn how to use the debugger in android from basic. If this is the same as Java, please provide me with a link to learn basic java debugger. Thanks in advance.

+3
source share
2 answers

Hope you are using eclipse to develop your Android application. If it is not, do it.

The following is information to debug an Android application .

+1
source

Have you tried just playing with the Eclipse debugger?

Try:

  • , , " "
  • , .
  • , Eclipse , .
  • " " / "" .
0

Source: https://habr.com/ru/post/1796448/


All Articles