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

Expo Android Build Error #3792

Open
windmillcode0 opened this issue Feb 25, 2025 · 0 comments
Open

Expo Android Build Error #3792

windmillcode0 opened this issue Feb 25, 2025 · 0 comments

Comments

@windmillcode0
Copy link

Environment

  • Dev OS: [MacOS Sequoia 13.3]
  • @rnmapbox/maps version: [eg. 10.0.37]
  • React Native version: [eg. 0.77.1]
  • Expo version: [eg. 52.0.37]

Steps to reproduce

npx create-expo-app@latest ExpoMapboxIssue
npx expo install @rnmapbox/maps 
 npx expo run android 
eas build --profile development --platform android  --local
works

When will react native 0.77 and 0.78 be supported it ultimaitely seems like I must use these values

        buildToolsVersion = findProperty('android.buildToolsVersion') ?: '35.0.0'
        minSdkVersion = Integer.parseInt(findProperty('android.minSdkVersion') ?: '24')
        compileSdkVersion = Integer.parseInt(findProperty('android.compileSdkVersion') ?: '35')
        targetSdkVersion = Integer.parseInt(findProperty('android.targetSdkVersion') ?: '34')
        kotlinVersion = findProperty('android.kotlinVersion') ?: '1.9.25'

        ndkVersion = "26.1.10909125"

especially with kotlin I cant use kotlin v2 or else the warnings from the library turn in to errors

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

No branches or pull requests

1 participant