Hello,
I’m getting error code 256 when I try to build any of my apps for Android. Even tried the Corona demo app HelloWorld and that failed. Reading the simulator console it seems to be a problem with the account. Running a MacBook Pro 2014. Any help will be appreciated.
Here’s the console log.
Here’s the HelloWorld build.settings
settings =
{
orientation =
{
– Supported values for orientation:
– portrait, portraitUpsideDown, landscapeLeft, landscapeRight
default = “portrait”,
supported = { “portrait” }
},
iphone =
{
xcassets = “Images.xcassets”,
plist =
{
UILaunchStoryboardName = “LaunchScreen”,
ITSAppUsesNonExemptEncryption = false, – This sample doesn’t use custom encryption
},
},
window =
{
titleText =
{
default = “Hello World”,
},
},
}