I have created a MBtile file using MapTiler https://www.maptiler.com/
I can load this MBtile fine with OpenStreetMap
map.setTileSource(new XYTileSource("MyMap", 0, 18, 256, ".jpg", new String[] {}));
But I cannot load it using google map (with the only library I found, https://github.com/cocoahero/android-gmaps-addons)
Does someone know a better library to load Mbtiles with Google Map ?