Well shit, I found the problem... looks like I just forgot to dispose() the texture and pixmap I use to draw solid color rectangles. So the buffer builds up and eventually grows big enough to make the game crash.
I kinda feel stupid for not having d…
I can't exactly debug the console because of the distance between it and my computer. Anyway, after a few code commenting and apk exporting, it looks like the problem is most likely in the Game.run() function. If you didn't notice (and I just did my…
All the actual source of the game is in the folder galaxian\src. The rest is built by libgdx to port the game to multiple systems.
But yeah, even if it doesn't play anything, it crashes at the same place, so I doubt it's a problem with the sound pla…
When exactly did you get all of these messages? And I thought it was a resource that caused the crash too, but the only thing it does at that point is play a sound effect when the ships drop and even when I commented it out, it was still crashing.