I can't build my expo app for android, with SDK 47. Typed eas build --platform android
.
Here's the build screen:
This shouldn't have happened, I don't know how to solve it. I've been dealing with this for two days, people say eject or prebuild and try it. Makes sense, but it creates new problems with andorid's gradle, any way to avoid this. I thought expo-cli was part of expo build.
Asked
Active
Viewed 65 times
0

iDontKnowWhatImDoing
- 21
- 7
1 Answers
0
Okay, so I increased SDK version at app.json to "sdkVersion": "47.0.0",
from 45.0.0. But I didn't touch expo version at package.json. It was 45 as well. I upgraded my expo to 47, it solved the problem.

iDontKnowWhatImDoing
- 21
- 7