Skip to content

Instantly share code, notes, and snippets.

@ffabreti
Last active August 29, 2015 14:15
Show Gist options
  • Save ffabreti/60d42e1b0bca1fa4e016 to your computer and use it in GitHub Desktop.
Save ffabreti/60d42e1b0bca1fa4e016 to your computer and use it in GitHub Desktop.
IONIC
ERROS:
================================================
ao tentar iniciar o android emulator:
ioctl(KVM_CREATE_VM) failed: 16 Device or resource busy
ko:failed to initialize KVM
1) desligar máquinas virtuais VIRTUALBOX
2) sudo /etc/init.d/vboxdrv stop
================================================
sudo npm install -g ionic
cd ~
mkdir IonicProjects
cd IonicProjects
ionic start testeproject
cd testeproject
ionic serve
diretorio da app:
(ionic ) bower.json
(ionic ) gulpfile.js
(ionic ) ionic.project
(ionic ) package.json
(ionic ) scss
(cordoba) config.xml
(cordoba) hooks
(cordoba) platforms
(cordoba) plugins
(cordoba) www
emulator => ionic emulate android --target titanium_6_QVGA_x86
device => ionic run android
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment