qpython icon indicating copy to clipboard operation
qpython copied to clipboard

startLocating starting to give java.lang.NullPointerException

Open cjaramilu opened this issue 7 years ago • 3 comments

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 worked

cjaramilu avatar May 22 '18 14:05 cjaramilu

I have the same problem, not with startLocating() method but contactsGet(attributes), contactsGetIds(), contactsGetAttributes(), contactsGetById(id)

farzinh avatar Aug 17 '18 09:08 farzinh

I have the same problem on nexus 5x running android 8.1.0

c0d3rx avatar Dec 12 '18 07:12 c0d3rx

Activate permission to use the GPS in android settings for Qpython !

derrickhuter avatar Jan 13 '20 17:01 derrickhuter