I “Build” for Android and check the “Create Live Build” and it’s bigger APK size wise (1mb) than debug version. That isn’t bothering me, but when running the App the TTF font isn’t rendering. However, using the same project and unchecking the box and building a debug version the font works just fine on device.
Any ideas/solutions? Maybe I need to tell the build settings about the files/fonts?
I’m going to move this to the live builds forum. It’s still in beta and we are looking for reports like this. There was another report this morning about fonts not working with live builds. The engineers will want to know this.
As far as the size, I can see it being larger than a standard APK because we have to build all of the live build code in. You won’t deploy with the live build code, so for now the increase in APK size should not be an issue.
I finally got around to testing it. Other duties got in the way. However, when I copy the APK over to the device it launches, Corona Splash screen is shown very briefly and I end up at a black screen. :( Did I forget to use the magic word?
Ok, after uninstalling and fixing a bug I found. The App works fine with Create Live build. The network call downloads the remote image from the cloud and animates it on the screen.
I’m going to move this to the live builds forum. It’s still in beta and we are looking for reports like this. There was another report this morning about fonts not working with live builds. The engineers will want to know this.
As far as the size, I can see it being larger than a standard APK because we have to build all of the live build code in. You won’t deploy with the live build code, so for now the increase in APK size should not be an issue.