Minimum Requirements for an Android Game

Hello everyone. Long story short, I have Galaxy S7 and Galaxy J2 and I was testing and building the game on the first one. But when I tried to launch the game on J2, it said that phone is not meeting minimum requirements for the game.

The thing is, the game is not graphically intense at all, in fact, there’s just 1 square sprite with different scale for different GO and glowing effect (post processing) So, what do I do to “optimize” the game? I’m in fact pretty confused how to ask the question, since I’m not sure what exactly is the problem.
I can provide all the info needed, in case it’ll help to solve this problem Thank you in advance

Try looking into logcat for error messages around that point.
What is the exact message you are seeing?

Hello there. Apparently, it looks like it’s the post processing stack to blame, because it works fine if I turn it off. Seems like I need to find another way to apply neon glowing effect.
Sorry for bothering you, I just didn’t think having 3-4 simpliest objects on the screen with post processing would cause such performance drop =)