eclipse,phonegapでandroid
eclipse,phonegapでandroidアプリの開発環境を作りたいんですが、ビルドすると以下の様にエラーがでてしまいます。
解決方法が解れば伝授頂けますでしょうか?ちなみにJAVA_HOMEやantのパスは通してます。
C:\phonegipproject\myapp>phonegap build android
[phonegap] detecting Android SDK environment...
[phonegap] using the local environment
[phonegap] compiling Android...
[error] An error occurred while building the android project.Error executing
"ant debug -f "C:\phonegipproject\myapp\platforms\android\build.xml"":
BUILD FAILED
D:\adt-bundle-windows-x86_64-20131030\adt-bundle-windows-x86_64-20131030\sdk\too
ls\ant\build.xml:601: The following error occurred while executing this line:
D:\adt-bundle-windows-x86_64-20131030\adt-bundle-windows-x86_64-20131030\sdk\too
ls\ant\build.xml:720: The following error occurred while executing this line:
D:\adt-bundle-windows-x86_64-20131030\adt-bundle-windows-x86_64-20131030\sdk\too
ls\ant\build.xml:734: Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK.
It is currently set to "C:\Program Files\Java\jre7"
Total time: 1 second
補足
よくわからなかったのですが、エラーログを見ろ、というエラーが出て起動しなくなりました。 インストールし直しただけではエラーが消えなかったのでおそらくこのエラーは関係ないかと思います。 SDKの一番上の方のところにアップデートが出ていたのでアップデートを行いました。これのせいでしょうか?