I cloned your project and tried to run it on my Android device using Expo. I used the command npx expo start, but encountered the following error:
CommandError: No development build (com.donnytang.myapp) for this project is installed. Please make and install a development build on the device first. Learn more: https://docs.expo.dev/development/build/
It appears that my device has no development build for this project. The Expo documentation requirements were followed, however I still have troubles.
Please advise on how to fix this. I want information on:
How to generate and install a development build for this project.
Any additional setup or configuration steps required to run the project on an Android device using Expo.
I cloned your project and tried to run it on my Android device using Expo. I used the command npx expo start, but encountered the following error:
CommandError: No development build (com.donnytang.myapp) for this project is installed. Please make and install a development build on the device first. Learn more: https://docs.expo.dev/development/build/
It appears that my device has no development build for this project. The Expo documentation requirements were followed, however I still have troubles.
Please advise on how to fix this. I want information on: