little problem with build.setting file , need a quick fix

The build settings looks fine now.  There should be additional information in the console windows.

You can also try building one of the sample apps like “Hello World” to make sure you’re logged in correctly and don’t have networking problems.

I tied to build the hello world sample and it went fine, but when I built it with my game’s build.setting file, the same error happens :

[build error #5] unexpected build error (check the simulator console for messages.), but there’s no messages in the console !

I just used the code you posted above and built for Android with no errors. 

Can you delete your build.settings and create it from scratch (copying and pasting the code above)? 

Rob

I tried but nothing changed, the same error, I’m using v2014.2189 ( 2014.3.6 ), are you an else version ?

I’m using the latest daily build, but there shouldn’t be any differences.  I tried it with 2189a as well and it worked as expected.

Just to verify, you took your build.settings and put it in the Hello World project and it gives you an error.  Yet Hello World with it’s build.settings works as expected?

Thanks

Rob

^

yes, I the original hello world’s build.setting works fine, but when I added the above build.setting the error happens

Can you zip up the hello world project with your build.settings and put it out on drop box and then post a link here, so we can download it and try and duplicate it?

here: 

https://www.dropbox.com/s/41013i9qoy2x6z8/HelloWorld.zip

Are you on a Mac or Windows?  OS version?

What version of Java do you have installed?

I was able to build with out an error.

Rob

I’m on windows, the java development kit’s version is 8u5-i586.

Windows 7, 8, 8.1, Vista or XP?

windows 7

I tried to build on another windows 7 device and the same error happens.

What version of Java is the 2nd machine running?

same version, is it a problem from corona itself ?

We don’t know and it’s a 3 day holiday weekend so I’m not going to get any engineering on it.  It could be the Java version, but I can’t be for sure until they can try and test it on a machine in the office.

Rob

I just managed to get a Windows 7 machine wtih Java 8u5 and I was able to build with it.  I think we should still wait on the team to take a look on Monday when they get in the office.  I’m quite confused as to the cause.

Rob

Can you do one more thing for me.  Build our Hello World with your build.settings, but take out the plugins.  If that builds fine, then add each plugin back one at a time and see if an individual plugin is causing the problem.

Thanks

Rob

hey rob, 

it appears that the problem is with GPGS plugin, after removing the plugin, I was able to build, but with the GPGS plugin, the error happens.

Can you do another test?  Only try it with the GPGS plugin?  I ran a test tonight as a starter account and didn’t have a problem with either plugin.  I’m about out of ideas.  The only thing that engineering had to offer was that this message can sometimes on windows mean that it can’t write out the .apk file.  Make sure you’re output it into a location that you have permission to write to.

Rob