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:

1
2
3
4
5
6
7
8
9
10
11
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>

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.]

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?

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!

Same build error here with 534. Will try 528 next..

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?

I tried 535 and I have the same problem as uapo15.

Corona.536 is bad too!

1
2
3
4
5
6
7
8
9
10
11
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>

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!

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

c

this looks to be a build.settings error

what is in your build settings?

c.

Ah got it.

Looking into it.

C.

Switch to build 528 !

Its our server.

The perqs of latest drop

c.

Hi! Carlos, here you are:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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", 
                },
                },
        }
}

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.

views:2764 update:2011/10/8 8:54:25
corona forums © 2003-2011