detanx / expo-react-native-bluetooth-escpos-printer

1 stars 2 forks source link

Error Running Project: No Development Build Installed #1

Open gd-salle opened 2 months ago

gd-salle commented 2 months ago

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:

  1. How to generate and install a development build for this project.
  2. Any additional setup or configuration steps required to run the project on an Android device using Expo.
MetroMushrooms commented 1 month ago

You need to create the dev build. Also delete his expo project from the config yours will generate automatically: https://docs.expo.dev/develop/development-builds/introduction/