I am using Titanium Studio. I build an application, I can debug the application in Android Emulator properly, but in device, it crashes.
How can I debug the application in android Device?
If any idea then suggest me..!
Thanks in advance.
I am using Titanium Studio. I build an application, I can debug the application
Share
When connecting the device to a computer, check to see if the device is recognized by adb by entering the command
adb devicesinto the terminal or cmd prompt. If an I number is shown than your device is connected. Then you can enter the commandadb logcatwhich will show you the entire log of the device.