expo-av linking error on Android

Please provide the following:

  1. SDK Version: 48.0.10
  2. Platforms: Android
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

This may be my setup but on running ./gradlew clean assembleDebug i see expo av fails the task
Execution failed for task ‘:expo-av:buildCMakeDebug[arm64-v8a]’.

Here is the output but i am stuck… i likely messed somehting up but all tests where i clean and build are not working

here are the logs: JustPaste.it - Share Text & Images the Easy Way

Here are my expo dependencies if it helps

"@expo/react-native-action-sheet": "^4.0.1",
"@expo/vector-icons": "^13.0.0",
"expo": "48.0.10",
"expo-asset": "^8.9.1",
"expo-av": "^13.2.1",
"expo-blur": "^12.2.2",
"expo-constants": "^14.2.1",
"expo-contacts": "^12.0.1",
"expo-file-system": "^15.2.2",
"expo-font": "^11.1.1",
"expo-gl": "^12.4.0",
"expo-image-picker": "^14.1.1",
"expo-in-app-purchases": "^14.1.1",
"expo-linear-gradient": "^12.1.2",
"expo-location": "^15.1.1",
"expo-modules-core": "1.2.4",
"expo-permissions": "^14.1.1",
"expo-screen-orientation": "^5.1.1",

so upon much troubleshooting i deleted my ndk and let gradle re-download…now all is well … sigh

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.