I've recently started exploring Android development.

I've recently started exploring Android development.

I'd like to ask how you debug the apps. I have Delphi in a VM and I use an Android mobile but the whole debugging process is very slow.

I've tried some emulators but they are even worst and some of them don't work in VMs.

Any suggestions? I've also seen some videos with a VNC connection? Anyone has any guides on this?

Thanks

Comments

  1. You can try TMS Logging. I think in the past debugging has worked fine with a Nexus 7 device. I use the TMemo method on IOS.
    tmssoftware.com - TMS Software

    ReplyDelete
  2. David Nottage Totally agree. I've been doing Android/Delphi development for years now and gave up on the emulators a long time ago. Using a real device is much faster than an emulator, but of course you are limited to whatever hardware you have on hand so you have make sure your GUI scales properly on different screens. For iOS the simulator isn't too bad and is fairly fast, but I still like using real hardware whenever possible.

    ReplyDelete

Post a Comment