Can't build apk on Corona.534

I download Corona SDK 534 to rebuild my app, these app cab be built on Corona.484, Corona.268. But the error message Corona.534 as blow:

Using Custom Build Id 02e1d27bdbfde6f7ac707e9280f03942  
Runtime error  
 ?:0: attempt to concatenate a boolean value  
stack traceback:  
 [C]: ?  
 ?: in function <?:5>  
ERROR: Could not create build.properties:  
 ?:0: attempt to concatenate a boolean value  
stack traceback:  
 [C]: ?  
 ?: in function <?:5>  

Please help! [import]uid: 51300 topic_id: 10972 reply_id: 310972[/import]

I’m running into build errors with 534 too. I made no changes to my code and it built fine on the older corona builds. I’m getting the following error:

[Build Error #5]
Build failed. Check the console window for error.
ERROR: An error occured during build. The server returned the following message: [Error: A device build error occurred on server.] [import]uid: 38820 topic_id: 10972 reply_id: 39981[/import]

I just tried daily build 528 and my apk built fine with no errors. Maybe there is something wrong with 534.

Have you tried using build 528? [import]uid: 38820 topic_id: 10972 reply_id: 39985[/import]

I try Corona.528 is OK! But the simulator has a problem: Crash when orientation change. But the apk built on Corona.528 to deploy devices. Orientation action on devices is OK! [import]uid: 51300 topic_id: 10972 reply_id: 40080[/import]

Same build error here with 534. Will try 528 next… [import]uid: 8692 topic_id: 10972 reply_id: 40092[/import]

I also cant build apk with 535. I just get [Build Error #5]
Build failed. Check the console window for error.
ERROR: An error occured during build. The server returned the following message: [Error: A device build error occurred on server.]

With 528 i can build apks. Could Ansca fix this soon? [import]uid: 18445 topic_id: 10972 reply_id: 40107[/import]

I tried 535 and I have the same problem as uapo15. [import]uid: 38820 topic_id: 10972 reply_id: 40115[/import]

Corona.536 is bad too!

Using Custom Build Id f05990791d29bb22635512842f1c2d9c Runtime error ?:0: attempt to concatenate a boolean value stack traceback: [C]: ? ?: in function <?:5> ERROR: Could not create build.properties: ?:0: attempt to concatenate a boolean value stack traceback: [C]: ? ?: in function <?:5> [import]uid: 51300 topic_id: 10972 reply_id: 40246[/import]

I tried also 536 and it worked for some of my games. They build super fast (thanks Ansca!). But my most important game didnt build. I just get build error 5. With older daily build it worked fine. Please fix that build error! [import]uid: 18445 topic_id: 10972 reply_id: 40251[/import]

we are not seeing it - can you provide us with more detail?

c [import]uid: 24 topic_id: 10972 reply_id: 40293[/import]

this looks to be a build.settings error

what is in your build settings?

c. [import]uid: 24 topic_id: 10972 reply_id: 40298[/import]

Ah got it.

Looking into it.

C. [import]uid: 24 topic_id: 10972 reply_id: 40299[/import]

Switch to build 528 !

Its our server.

The perqs of latest drop

c. [import]uid: 24 topic_id: 10972 reply_id: 40309[/import]

Hi! Carlos, here you are:

settings =   
{  
 orientation = {  
 default = "portrait",   
 supported = { "landscapeLeft", "landscapeRight", "portrait", "portraitUpsideDown" }  
 },  
  
 android =  
 {  
 versionCode = "2"  
 },  
  
 androidPermissions =  
 {  
 "android.permission.ACCESS\_FINE\_LOCATION",  
 "android.permission.INTERNET"  
 },  
  
  
 iphone =  
 {  
 plist =  
 {  
 CFBundleIconFile = "Icon.png",  
 CFBundleIconFiles = {  
 "Icon.png",   
 "Icon@2x.png",   
 "Icon-72.png",   
 },  
 },  
 }  
}  

The same build.settings be built on Corona.525 is OK! [import]uid: 51300 topic_id: 10972 reply_id: 40342[/import]

I can build android apk on Corona.537. But the mp4 can’t be played. the same source code built on old version SDK is normal. So please help again for video play. [import]uid: 51300 topic_id: 10972 reply_id: 40345[/import]