Steps to cause crash only affects Samsung devices
Create new blank project(code based)
Add a png to Launch Screen Splash in android settings
Package for Android ETC1(uncheck package game data in apk)
Install and launch causes crash before launch screen appears
Logcat: AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.YourCompany.MyProject/com.YourCompany.MyProjecti.DownloaderActivity}: android.view.InflateException: Binary XML file line #92: Binary XML file line #92: Error inflating class android.widget.Button
We have not heard back from you in a few days, so we are marking this post as Resolved for tracking purposes. If you are still experiencing the issue you reported, please respond to this message with additional information and we will follow up.
I’ve had this issue before and it turned out to be a problem with running on Android 5.x.x on Engine versions greater than 4.12. It is fixable I believe. Apparantly android 5.x.x doesn’t like RelativeLayouts with the android:background element.
So instead of this in \Engine\Build\Android\Java\res\layout-land\donwloader_progress.xml