Error executing command 'ant' on Mac OS X 10.9 Mavericks when building for Android with PhoneGap/Cordova

后端 未结 7 1266
谎友^
谎友^ 2020-11-29 17:04

Today I tried PhoneGap/Cordova with Mac OS X Mavericks. Building for iOS went just fine, but building for Android wasn\'t without some guesswork.

I

7条回答
  •  -上瘾入骨i
    2020-11-29 17:55

    I encountered the same issue when trying to use Cordova. Turns out I already had brew, try which brew, but it was outdated. So, I had to update it first:

    1. Update brew: brew update
    2. Install Apache Ant: brew install ant

提交回复
热议问题