melloc
melloc

Reputation: 853

Ionic build fails at build.xml

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

Answers (1)

Alvin Reyes
Alvin Reyes

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

Related Questions