Live build - error on Android 6

Been using livebuild successfully until today on Android 4 and 6.

Today the version on 6 stopped working, freezing on black screen after startup. Sometimes the Corona splash screen appears, sometimes not.

Clue might be these entries from adb logcat.

D libc-netbsd: getaddrinfo: stats.coronalabs.com get result from proxy gai\_error = 11 NativeCrypto: ssl=0xeefee780 SSL\_connect:error exit in 3RSH\_A SSLv3 read server hello A

When using a non-livebuild version, it runs fine.

Livebuild versions running OK on Android 4

Using Corona 3006 on Windows 7.

Tried on windows 10 machine running 3026. Same result.

I do have a lot of plugins, but remember this is a new problem today after several days running happily.

 plugins = { ["plugin.notifications"] ={publisherId = "com.coronalabs"}, ["plugin.openssl"] = { publisherId = "com.coronalabs"}, ["plugin.facebook.v4"] = {publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true, ["android-kindle"]=true } }, ["plugin.twitter"] = { publisherId = "com.jasonschroeder",}, ["plugin.inMobi"] ={ publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true } }, ["plugin.google.play.services"] ={ publisherId = "com.coronalabs", supportedPlatforms = { android=true } }, ["plugin.OneSignal"] ={ publisherId = "com.onesignal",}, },