We are using the built-in memory monitor in android studio to walk through the memory usage of our mobile game. But the result shows that our game is allocated with only tens of MB memory. However, as far as we have known, our game consumes 200 MB+ memory when it is running on PC(via PC platform for the game). So my question is what type of memory is the memory monitor showing?
PS: I have very limited knowledge on android memory system :)