PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV Mobile 2024 → [WM21] - Error with geoTrackingProcedure method
[WM21] - Error with geoTrackingProcedure method
Iniciado por Éder Margotti, 16,sep. 2016 20:47 - 1 respuesta
Publicado el 16,septiembre 2016 - 20:47
I'm using the functions geoTrackingEnable and geoTrackingProcedure in my app,
both implemented as described in WinDev documentation, but when process was called the application close with this error:

Error in Initializing "myProjectName" process. Internal error of WDJava framework. : invalid listener:null

The same procedure is called when app is foreground and it's working. Anyone knows what I'm doing wrong?
Miembro registrado
12 mensajes
Publicado el 27,septiembre 2016 - 12:16
Good morning,

may be some issue with permissions of your app? Have you generated the app or you have only run it with USB debug mode?

Try to generate the app (when building, windev proposes, by it self, wich permission the app must have) and, after that, to debug your app via USB or to install the apk on your phone.