I was trying to load a file called ATL.png into an ImageView from the assets directory using LoadBitmap(File.DirAssets,"ATL.png"). I kept getting an error "file not found: atl.png". When I renamed the file to atl.png, the file was loaded properly.
Is it a bug that the file name provided in the LoadBitMap statement *must* be in lower case and the file name itself *must* be all lower case?
Is it a bug that the file name provided in the LoadBitMap statement *must* be in lower case and the file name itself *must* be all lower case?