Getting error when creating a build

Hello I’ve been trying to create an Android Build for my App all day long but has not been successful on it, I have a starter license I tried to create a build today’s morning and It takes just to get a message from the server saying:
[Build error #5]

Unexpected build error (Check the simulatior console for messages)

I check the console but there are no errors

my builds.settings is:

– Supported values for orientation:

– portrait, portraitUpsideDown, landscapeLeft, landscapeRight

settings = {

orientation = {

default = “landscapeRight”,

supported = { “landscapeRight”, }

},

iphone = {

plist = {

UIStatusBarHidden = false,

UIPrerenderedIcon = true, – set to false for “shine” overlay

–UIApplicationExitsOnSuspend = true, – uncomment to quit app on suspend

            --[[

            – iOS app URL schemes:

            CFBundleURLTypes =

            {

                {

                    CFBundleURLSchemes =

                    {

                        “fbXXXXXXXXXXXXXX”, – example scheme for facebook

                        “coronasdkapp”, – example second scheme

                    }

                }

            }

            --]]

}

},

–[[

– Android permissions

androidPermissions = {

  “android.permission.INTERNET”,

  },

]]–

}

I tried to create the build with somebody elses account and It worked, so this makes me think that it might probably be something related to my account but I still don’t know what it is, the person’s account I used to generate another build is a starter account just like mine.

any Ideas?