I've got an app that uses osmdroid 4.3. The only mode I use is offline. Sometimes my app can not render few tiles. Seems like missing tiles. If I zoom in or zoom out, new tiles will be missed. I was following to osmdroid FAQ and I disabled hardware acceleration for map activity in manifest using
android:hardwareAccelerated="false"
But nothing good happens. Tiles are still missing. What do?