EAS Android build failed: [stderr] Execution failed for task ':expo-splash-screen:compileReleaseKotlin'.

Hi all,

I built an app which works running on Android and iOS emulators on physical devices. I also have the latest version of eas-cli.

Here are my dependencies:

 "dependencies": {
    "@expo/webpack-config": "^18.0.1",
    "@miblanchard/react-native-slider": "^2.3.1",
    "@react-native-async-storage/async-storage": "1.18.2",
    "@react-native-community/datetimepicker": "7.2.0",
    "@tighten/react-native-time-input": "^1.0.3",
    "dayjs": "^1.11.8",
    "dotenv": "^16.1.4",
    "expo": "^49.0.0",
    "expo-constants": "~14.4.2",
    "expo-dev-client": "~2.4.6",
    "expo-device": "~5.4.0",
    "expo-sensors": "~12.3.0",
    "expo-status-bar": "~1.6.0",
    "expo-updates": "~0.18.11",
    "expo-web-browser": "~12.3.2",
    "moment-timezone": "^0.5.43",
    "openai": "^3.2.1",
    "radio-buttons-react-native": "^1.0.4",
    "react": "18.2.0",
    "react-native": "0.72.3",
    "react-native-autocomplete-input": "^5.3.2",
    "react-native-date-picker": "^4.2.13",
    "react-native-device-info": "^10.7.0",
    "react-native-dotenv": "^3.4.8",
    "react-native-geolocation-service": "^5.3.1",
    "react-native-google-places-autocomplete": "^2.5.1",
    "react-native-localize": "^3.0.0",
    "react-native-modal-datetime-picker": "^15.0.1",
    "react-native-modern-datepicker": "^1.0.0-beta.91",
    "react-native-toast-message": "^2.1.6",
    "react-native-url-polyfill": "^1.3.0",
    "react-native-vector-icons": "^9.2.0",
    "react-native-web": "~0.19.6",
    "react-time-picker": "^6.2.0"
  },

update your expo package version to 49.0.6

2 Likes

Awesome! Thank you so much!