@notbrent All of the results on Google seem to be based on running apps with react-native CLI and not Expo. I tried running the react-native CLI commands but still received the error.
Can you explain (or link to) how to share a project? Happy to do that.
@wodin By running on a physical device I mean:
- Run
expo start
from the project dir
- Open
android
folder in Android Studio
- Connect a physical device to the computer via USB and select that as my device to run app on
- Click Play
^This is the flow we’ve always used (we were on SDK34 previously fwiw)
I had the same thought as you and tried to run on an emulator, but when attempting that, the build fails with the following error:
Very weird that only happens with an emulator.