Sdk will not build app

I have a test app that the sdk will not build. I get this output:





init:

Deleting: /Users/morrisford/jMonkeyProjects/BasicGameTest5/build/built-jar.properties

deps-jar:

Updating property file: /Users/morrisford/jMonkeyProjects/BasicGameTest5/build/built-jar.properties

compile:

Copying 1 file to /Users/morrisford/jMonkeyProjects/BasicGameTest5/build

Copy libraries to /Users/morrisford/jMonkeyProjects/BasicGameTest5/dist/lib.

To run this application from the command line without Ant, try:

java -jar “/Users/morrisford/jMonkeyProjects/BasicGameTest5/dist/MyGame.jar”

Copying 13 files to /Users/morrisford/jMonkeyProjects/BasicGameTest5/mobile/libs

Copying 1 file to /Users/morrisford/jMonkeyProjects/BasicGameTest5/mobile/libs

jar:

run-android:

MainActivity.install:

Install file not specified.



‘ant install’ now requires the build target to be specified as well.





ant debug install

ant release install

ant instrument install

This will build the given package and install it.



Alternatively, you can use

ant installd

ant installr

ant installi

ant installt

to only install an existing package (this will not rebuild the package.)

/Users/morrisford/jMonkeyProjects/BasicGameTest5/nbproject/mobile-impl.xml:5: The following error occurred while executing this line:

/Users/morrisford/Downloads/android-sdk-mac_x86/tools/ant/build.xml:1088: The following error occurred while executing this line:

/Users/morrisford/Downloads/android-sdk-mac_x86/tools/ant/build.xml:1150: No message

BUILD FAILED (total time: 0 seconds)





However, if i move to the mobile directory and do:



ant debug

ant installd



it builds and installs to the tablet. How do I find out what is keeping the sdk from building?



Morris

Update both the Android SDK and the jMonkeyEngine SDK.