Advertisement
STANAANDREY

ionic cap run cloned on zsh

Jul 17th, 2024 (edited)
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. npm i
  2. ionic build
  3. npx cap copy android
  4. ionic capacitor run android -l --external
  5. //optional if not working
  6. cd ./android
  7. touch local.properties
  8. echo "sdk.dir = /Users/USERNAME/Library/Android/sdk" >> local.properties
  9. cd .. //retry
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement