Search code examples
androidtitaniumtitanium-mobile

How can I debug application in device using Titanium?


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.


Solution

  • When connecting the device to a computer, check to see if the device is recognized by adb by entering the command adb devices into the terminal or cmd prompt. If an I number is shown than your device is connected. Then you can enter the command adb logcat which will show you the entire log of the device.