LostGeek
LostGeek

Reputation: 123

Implement a GPS example in android

I am an Android beginer. I am trying to implement a GPS example. When I tried, I get Error : couldn't get connection factory client.

My API-key is correct, how can I resolve this error?

Upvotes: 0

Views: 1187

Answers (1)

user1099280
user1099280

Reputation: 15

Try to run it on the real time device.

(OR)

When You are running on the emulator Definitely U will get the Error,

To solve the issue.. Got0->windows-showview->emulatorcontrol->Send latitude and longitude By default to the emulator....

Then u will get the output..

Upvotes: 1

Related Questions