I need to change something on my androidmanifest

Hi,

I want to add screen resolution requirements/filter for my app. Todo that I need to change the androidmanifest somehow since build.settings doesn’t have that setting.

I tried to do this by decompiling my apk with apktool and add the necessary filter in the androidmanifest but I can’t get it built properly again. It always give me parse package error when I try to install it again. 
I already did sign and align the apk again…

Any idea on what might be the trouble? Has anyone managed to do this as well?
I’ve seen old post that said it’s doable :
https://forums.coronalabs.com/topic/42390-how-to-modify-your-apk-using-apktool-jarsigner-and-zipaligner/

Any help will be appreciated since without the screen resoultion requirement I gte bombarded with 1* review for people who can’t play the game

HELP …