cjaramilu

Results 2 issues of cjaramilu

import androidhelper dro=androidhelper.Android() dro.startLocating() gives : java.lang.NullPointerException I tried 2 different phones and I also tried Qpython2 and Qpython3 I am using Android 7.0 A few months ago this code...

I have a python2 script with these lines: import androidhelper droid = androidhelper.Android() droid.webViewShow ( 'file:///sdcard/qpython/html/foo.html') and the file 'foo.html' has a script that has this code: try { droid...