Please look into the report.txt, if there are errors while signing, you can try it manually:
http://www.visionaire-studio.net/forum/thread/android-export...- do the steps in the faq
- copy the visionaire.apk und visionaire.apk.keystore to the folder
- pack the config.ini and your vis and all files into an assets folder in the apk (use winrar and set compression to store!)
- Run: jarsigner –verbose -storepass android -digestalg sha1 –keystore visionaire.apk.keystore –signedjar visionaire_signed.apk visionaire.apk androiddebugkey
Should create a working apk.
It's a little bit annoying with the jdk.