You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error when I try running npm run android
› Opening toogether.app/.MainActivity on Pixel_2_API_33
CommandError: Couldn't open Android app with activity "toogether.app/.MainActivity" on device "Pixel_2_API_33".
The app might not be installed, try installing it with: npx expo run:android -d Pixel_2_API_33
Activity class {toogether.app/toogether.app.MainActivity} does not exist.
The text was updated successfully, but these errors were encountered:
Testing Environment
OS: Ubuntu 24.04
Node: v20.15.1
I'm getting this error when I try running
npm run android
› Opening toogether.app/.MainActivity on Pixel_2_API_33
CommandError: Couldn't open Android app with activity "toogether.app/.MainActivity" on device "Pixel_2_API_33".
The app might not be installed, try installing it with:
npx expo run:android -d Pixel_2_API_33
Activity class {toogether.app/toogether.app.MainActivity} does not exist.
The text was updated successfully, but these errors were encountered: