當我試圖用流星科爾多瓦運行與Android的應用程序,我得到這個錯誤:運行流星科爾多瓦錯誤的Android
To add the android platform, please install a JDK. Here are some directions: http://openjdk.java.net/install/ Failed to install android_bundle: Failed to run bash
我已經安裝了JDK,但錯誤依然存在。此外,我嘗試手動安裝Android SDK,但它不起作用。
有人知道爲什麼會發生這種情況,以及如何解決它?
當'javac'不在路徑中時引發此錯誤 – imslavko 2014-09-06 08:31:12
這不是meteorjs,錯誤。此錯誤是由於未在$ path變量中找到的java,javac和jre的路徑導致的。請查看此鏈接[鏈接](http://docs.phonegap.com/en/3.5.0/guide_platforms_android_index.md.html#Android%20Platform%20Guide)以瞭解有關如何添加路徑的更多信息。運行在64位環境中的 – nicolsondsouza 2014-09-06 12:27:06