Android Question GPS service module and GPS

bluedude

Well-Known Member
Licensed User
Longtime User
Hi,

Some of my code that worked in 2.7 does not work anymore in 3.5.

During compilation I get this error: Error description: svcGPS is declared twice. You should either remove the library reference or the code module.

I have a svcGPS service that stores location data if needed and handles location change events. The suggestion the compiler gives isn't a real solution. Removing the library does not really help :)

Is there maybe something else that is called svcGPS internally?

Cheers,
 

bluedude

Well-Known Member
Licensed User
Longtime User
I have not changed the code and libraries since 2.7. I just run my old code in 3.5 with exactly the same libraries and I get this message in 2-3 services I created.

When I run the same code in 2.7 the problem is not there.

Cheers,
 
Upvote 0
Top