Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- npm i
- ionic build
- npx cap copy android
- ionic capacitor run android -l --external
- //optional if not working
- cd ./android
- touch local.properties
- echo "sdk.dir = /Users/USERNAME/Library/Android/sdk" >> local.properties
- cd .. //retry
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement