GeoLocation causing problems

Hey guys,

I am trying to get the current location via GeoLocation.

But the var GeoLocation = require("FuseJS/GeoLocation"); in my JS is causing problems.
Its working fine on local preview but on Android-Preview I can’t navigate with the navigator and Observables are also not working anymore.
Its working fine if i delete the GeoLocation variable.

I already added the "Fuse.GeoLocation" to the Packages-Section in the unoproj-File.

Any clues what causes the problem?

The update, which came out today, solved my problem.
The Android Support Package was missing in the last update and caused the problems.