Build resolution problem

In Unity i can change resolution but in build it only gives me 1024x1024. What’s the problem?

6953501--818330--R85sg--VhmY.jpg

If you’re talking about a standalone build, the default resolution is used the first time the build is run. That resolution is then saved, and reused the next time the build is run, even if you have changed the default since then. Those settings are saved near where PlayerPrefs are saved. Just delete them, and rerun the build.