Open VSymonenko opened 1 month ago
What should be the steps to run a demo for the Android platform?:
Clone project:
git clone https://github.com/capacitor-community/camera-preview.git
go to the demo directory
cd ./camera-preview/demo
Install dependencies:
npm I
run the project on a device or emulator
npx cap run android
Am I right?
What should be the steps to run a demo for the Android platform?:
Clone project:
go to the demo directory
Install dependencies:
run the project on a device or emulator
Am I right?