"eas build --profile production --platform android --local" command build failed, local.properties could not be found #364
Labels
status: investigating
The issue is under investigation, which is determined to be non-trivial.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Summary
I refer to the "Set Google Maps API Key" section of the react-native-navigation-sdk document and load the api key through local.properties. For specific documentation, refer to: https://github.com/googlemaps/react-native-navigation-sdk?tab=readme-ov-file
Android packaging reports an error, the error message is as follows:
Secrets configuration in android/app/build.gradle is as follows:
Local execution "npx expo run:android --port=8082" everything is normal, prod package reports an error
What platform(s) does this occur on?
Android
expo SDK Version
51.0.8
Environment
Refer to the google map sample code: https://github.com/googlemaps/react-native-navigation-sdk/blob/main/example/android/app/build.gradle
The text was updated successfully, but these errors were encountered: