codenameone - Debugging App on phone -


since using cn1 calendar lib, not able debug app calendar functions within ide , codename 1 simulator.

i wanted ask, how other developers handling situations this?

you can debug apps using ddms in android studio or in eclipse neon android plugin.

firstly, need enable developer mode on android device tapping repeatedly build number or build version under settings -> about, activate developer mode , can access developer section under settings , allow usb debugging mode.

edit:

for ios, it's better use codename 1 error logging catch exception , send through email (pro account required):

try {     //write code want debug here } catch (exception ex) {     log.e(ex);     log.sendlog(); //this send stacktrace (if any) through email } 

Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -