My app was built using Titanium SDK 3.1.2.GA and the latest Alloy at the time
I've had 5 reports of a crash on Android 4.3. It seems to be crashing in the Titanium SDK. The stack trace ends like this -
java.lang.IllegalArgumentException: bitmap size exceeds 32bits at android.graphics.Bitmap.nativeCreate(Native Method) at android.graphics.Bitmap.createBitmap(Bitmap.java:791) at android.graphics.Bitmap.createBitmap(Bitmap.java:768) at android.graphics.Bitmap.createBitmap(Bitmap.java:735) at org.appcelerator.titanium.util.TiUIHelper.viewToImage(TiUIHelper.java:678) at org.appcelerator.titanium.view.TiUIView.toImage(TiUIView.java:1401) at org.appcelerator.titanium.proxy.TiViewProxy.handleToImage(TiViewProxy.java:768) at org.appcelerator.titanium.proxy.TiViewProxy.handleMessage(TiViewProxy.java:246) at android.os.Handler.dispatchMessage(Handler.java:95)
Has anybody seen this / is it a known bug? Any help on this would be appreciated.