Skip to content

Qpython3 and androidHelper Issues #208

@tommyready

Description

@tommyready

Im currently trying to get the location of my device via the androidHelper but I keep getting null pointer exceptions.

Sample Code:
while True: droid.startLocating() droid.eventWaitFor('location', int(9000)) location = droid.readLocation().result if len(location) > 0: droid.stopLocating() return location

The error also doesnt give a line number.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions