Build Error #12

i try building my app and it gives on giving me this error :(  :frowning:

Please help

14:57:29.984  Copyright © 2009-2016  C o r o n a   L a b s   I n c .

14:57:29.984   Version: 3.0.0

14:57:29.984   Build: 2016.2906

14:57:30.263  Platform: SM-G900S / x64 / 10.0 / Intel® HD Graphics / 4.0.0 - Build 10.18.10.4491 / 2016.2906 / en_US | US | en_US | en

14:57:30.356  Loading project from:   C:\Users\Babajide\Documents\Corona Projects\Quran reciter

14:57:30.356  Project sandbox folder: C:\Users\Babajide\AppData\Local\Corona Labs\Corona Simulator\Sandbox\quran reciter-48851807D29F433DD98E38D28A4D51A0\Documents

14:57:44.488  index => 0    action => cancelled

15:00:15.431  Loaded sound: 001-al-fatihah.mp3

15:01:36.332  BuildID: 58ee4130a4fef

15:20:25.655  Android build failed (12)

JideGuru

I would highly recommend that you update to the latest public build which is 2017.3068. 2906 is quite old.

If you’re still having problems with the latest public build, please post that log here.

Thanks

Rob

ok Rob. let me do that

23:09:19.760  Copyright © 2009-2017  C o r o n a   L a b s   I n c .

23:09:19.760   Version: 3.0.0

23:09:19.760   Build: 2017.3068

23:09:19.760  Platform: SM-G900S / x64 / 10.0 / Intel® HD Graphics / 4.0.0 - Build 10.18.10.4491 / 2017.3068 / en_US | US | en_US | en

23:09:19.760  Loading project from:   C:\Users\Babajide\Documents\Corona Projects\Quran reciter(Jouzou Amma)

23:09:19.760  Project sandbox folder: C:\Users\Babajide\AppData\Local\Corona Labs\Corona Simulator\Sandbox\quran reciter(jouzou amma)-31CF2AF0DEE3FC07163E0F0FA33A1D48\Documents

23:09:24.531  WARNING: widget.newPickerWheel - total width for all columns (308) exceeds the recommended limit of 280; bleeding may occur, so the total width of all columns should not exceed 280

23:09:32.973  index => 1    action => clicked

23:09:34.376  Loaded sound: 001-al-fatihah.mp3

23:11:36.661  BuildID: 58f0059530664

23:32:16.643  Android build failed (12) after 1267 seconds

The error remain the same after i upgraded the SDK

Is there a lot of Lua in your project?  Which plugins are you using?  Are you on a slow internet connection?

I suspect something is giving up after trying to download the built code (does not include assets like images or sound) for 20 minutes but that’s a very long time for a download to take.  How big was your .APK from your last successful build?

My internet connection is fast and i this is my first build. 

We ship a bunch of sample apps with Corona SDK. Can you try to load and build the “HelloWorld” sample in SampleCode/GettingStarted/HelloWorld and let us know the result of that?

Thanks

Rob

the “HelloWorld!” program built perfectly.

Can you post your build.settings file then?

Thanks

Rob

– For more information on build.settings see the Corona SDK Build Guide at:

http://docs.coronalabs.com/guide/distribution/buildSettings/index.html

settings =

{

orientation =

{

default = “portrait”,

supported = { “portrait” }

},

iphone =

{

plist =

{

CFBundleIconFiles =

{

“Icon.png”, 

“Icon@2x.png”, 

“Icon-60.png”,

“Icon-60@2x.png”,

“Icon-60@3x.png”,

“Icon-72.png”, 

“Icon-72@2x.png”,

“Icon-76.png”,

“Icon-76@2x.png”,

“Icon-167.png”,

“Icon-Small.png”, 

“Icon-Small@2x.png”,

“Icon-Small@3x.png”,

“Icon-Small-40.png”,

“Icon-Small-40@2x.png”,

“Icon-Small-50.png”, 

“Icon-Small-50@2x.png”,

},

},

},

window =

{

titleText =

{

default = “Quran Reciter”,

},

},

}

That’s pretty straight forward. How big is your project (code wise)?

Where are you located?

Thanks

Rob

415 lines of code. am located at Benin Repulblic in Africa

Could it be something to do with  001-al-fatihah.mp3? If that media file was open it might be a file locking issue?

the audio works fine.
please help

Try removing plugins one by one until it compiles.  Comment our external references (media, images) one by one until it compiles.

Then you will have your answer

OK

guys the problem is not still solved.
please find a solution for me

Thanks

What happens if you copy the files from HelloWorld to a new project and add your build.settings to the copy of HelloWorld and try to build that?

Thanks

Rob

I would highly recommend that you update to the latest public build which is 2017.3068. 2906 is quite old.

If you’re still having problems with the latest public build, please post that log here.

Thanks

Rob

ok Rob. let me do that