1
我按照這裏的說明:http://ofps.oreilly.com/titles/9781449383268/ch07_id35817064.html,以便在我的Mac上用Mountain Lion在我的Mac上使用Phonegap從HTML項目構建原生android應用程序。構建失敗,「taskdef類com.android.ant.SetupTask無法找到」
構建失敗,這些錯誤信息:
Building phonegap.jar
BUILD FAILED
/Applications/phonegap-android-master/src/build.xml:49: taskdef class com.android.ant.SetupTask cannot be found
經過一番調查互聯網我試圖建立沒有工作要麼sdk.dir:
MacintoshEwald-3:bin private$ /Applications/adt-bundle-mac/sdk
-bash: /Applications/adt-bundle-mac/sdk: is a directory
MacintoshEwald-3:bin private$ sdk.dir=/Applications/adt-bundle-mac/sdk
-bash: sdk.dir=/Applications/adt-bundle-mac/sdk: No such file or directory
我可以找到無數的帖子在互聯網上有同樣的問題,但沒有答案。有人可以幫我解決我的問題嗎?
謝謝
埃瓦爾德
你可以看到在這個環節了答案: http://stackoverflow.com/a/15719072/2114308 – Phuong