Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unnamed place issue #91

Closed
kittugithubpandey opened this issue Jul 24, 2020 · 2 comments
Closed

unnamed place issue #91

kittugithubpandey opened this issue Jul 24, 2020 · 2 comments

Comments

@kittugithubpandey
Copy link

unnamed place and if i am searching any place it is giving no result

@humazed
Copy link
Owner

humazed commented Jul 26, 2020

duplicate of #16

@humazed humazed closed this as completed Jul 26, 2020
@shahzaib44
Copy link

You should place metadata info in android manifest file like this:

application
meta-data android:name="com.google.android.geo.API_KEY" android:value="<put your api KEY here"/>
application

and not in other position like for example under:

application
activity
meta-data android:name="com.google.android.geo.API_KEY" android:value="<put your api KEY here"/>
activity
application

This worked for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants