Hi,
For a little game based on a timer, I'm loading a PNG into an imageview
ImageFondo.Bitmap = LoadBitmapSample (File.DirAssets, "roadholland.png")
15144 x 800 (96kb) not to heavy
To simulate speed, I move the image on timer ticks:
ImageFondo.Left = ImageFondo.Left - x
All is working fine in debug mode in my old AVD 2.2 API 8 ARM (armeabi) virtual device
But after generating the apk in release mode and try it on my phone, all game works except ImageFondo which appears completely black, so I can't see the road
Please, could you try to guide me about how to solve this issue? Virtual device works fine, but apk on my modern phone turns black the image of the road or it does not load it, no exception is shown.
Thanks & Regards
For a little game based on a timer, I'm loading a PNG into an imageview
ImageFondo.Bitmap = LoadBitmapSample (File.DirAssets, "roadholland.png")
15144 x 800 (96kb) not to heavy
To simulate speed, I move the image on timer ticks:
ImageFondo.Left = ImageFondo.Left - x
All is working fine in debug mode in my old AVD 2.2 API 8 ARM (armeabi) virtual device
But after generating the apk in release mode and try it on my phone, all game works except ImageFondo which appears completely black, so I can't see the road
Please, could you try to guide me about how to solve this issue? Virtual device works fine, but apk on my modern phone turns black the image of the road or it does not load it, no exception is shown.
Thanks & Regards
Last edited: