Hi everybody!
I hope someone can help me!
I have to develop on an Android 1.5 device.
Erel says that B4A supports Android 1.6 and above.
But it seems to run on this device.
But I have problems including Bitmaps respectively BitmapDrawables:
Throws this error:
Thanks for your help!
I hope someone can help me!
I have to develop on an Android 1.5 device.
Erel says that B4A supports Android 1.6 and above.
But it seems to run on this device.
But I have problems including Bitmaps respectively BitmapDrawables:
B4X:
Dim bdActivityBackground As BitmapDrawable
bdActivityBackground.Initialize(LoadBitmap(File.DirAssets, "toptitlebar3.png"))
Throws this error:
B4X:
08-03 16:39:08.158: ERROR/AndroidRuntime(4505): Uncaught handler: thread main exiting due to uncaught exception
08-03 16:39:08.168: ERROR/AndroidRuntime(4505): java.lang.VerifyError: anywheresoftware.b4a.objects.drawable.BitmapDrawable
Thanks for your help!