Reputation: 853
Everything been working superb on localhost, but then I tried to deploy to my phone:
I added the platform:
ionic platform add android
ok
Then tried to build:
ionic build android
Got the following error:
TRANSLATION: "Arquivo ou diretório não encontrado" means "File or directory not found", but they do, I can't count how many times I checked.
I Created a brand new app and tried to build. Same error.
Can you help me please? Thanks in advance!
Upvotes: 1
Views: 180
Reputation: 790
This seem to be related to permission. Make sure you have an execute permission on the file it's trying to access/ run.
Upvotes: 1