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

Android crash on latest Expo #262

Open
stesvis opened this issue Aug 31, 2023 · 3 comments
Open

Android crash on latest Expo #262

stesvis opened this issue Aug 31, 2023 · 3 comments

Comments

@stesvis
Copy link

stesvis commented Aug 31, 2023

I am using Expo 49 and the app crashes on android with this exception:

API key not found. Check that is in the element of AndroidManifest.xml

I set up everything correctly like explained here: https://docs.expo.dev/versions/latest/sdk/map-view/#android

Any solution?
Is this package still maintained?

@lucksp
Copy link

lucksp commented Apr 5, 2024

I am not seeing this issue on Expo 49 in terms of crashing due to credentials. It did take a bit to get the credentials to work for me...i am getting a crash when using multiple markers to render a cluster, however 🤦🏻‍♂️

@AndrianarivoAlpha
Copy link

I am using Expo 49 and the app crashes on android with this exception:

API key not found. Check that is in the element of AndroidManifest.xml

I set up everything correctly like explained here: https://docs.expo.dev/versions/latest/sdk/map-view/#android

Any solution?

Is this package still maintained?

Hello, Do you have a solution for your problem, I m facing the same issue in expo 51.

Work perfectly on ios.

@hb02
Copy link

hb02 commented Dec 31, 2024

Maybe this helps you - app.json --> Add node android -> add node config etc:
{
"expo": {
"newArchEnabled": true,
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true
},
"android":
"config": {
"googleMaps": {
"apiKey": "--YOUR-API-KEY--"
}
},
}
}
}

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

4 participants