Error IONIC dependencies not found

2

Hello, I'm having an error in IONIC when using commands to compile for android. Appears this error every time I try one of these commands on

ionic run android --target meuDispositivo

ionic build android

The following message always appears, if anyone knows how to fix these dependency errors, I appreciate it.

    
asked by anonymous 13.10.2016 / 16:38

1 answer

2

The solution to this problem was in the Android SDK Manager was missing installing Android Support Repository after installed when using the ionic build android command or the ionic android run --target meuDispositivo command did not present problems in execution and compiled normally.

    
13.10.2016 / 18:15