libgdx / Anroid :Can't get my project packed to an .APK file

Hi,

I’m trying to package my projects so I could test it on my Android device.
The desktop project is working fine in Eclipse and the Android project appears to not have any problems, but I cant’s seem to get the project packed to an .APK file, nor package for desktop.

I have no clue of where to start with trying to fix this problem’, so any help would be much appreciated.

From the commandline if i try packaging with:

gradlew android:assembleRelease --stacktrace

i get these error messages

if i run:

gradlew tasks debug

this is the info i get:

Crossposted: http://stackoverflow.com/questions/25158916/libgdx-anroid-cant-get-my-project-packed-to-an-apk-file