Last active
August 29, 2015 14:15
-
-
Save ffabreti/60d42e1b0bca1fa4e016 to your computer and use it in GitHub Desktop.
IONIC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
================================================ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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