When I try to export the game as aab, I encounter the following error line and my game does not open on android. The files creates again when I try to delete the files.
Look in your project settings for application/config/icon and application/run/main_scene (and possibly application/boot_splash/image). Make sure they're all set to existing files that are being included in your project.
duane All set up correctly, sir.
It may be the file names. The first one has two dots and the second has a space. You might want to rename them:
icon.png Level_1.tscn
cybereality Hello sir firstly thanks a lot for your answer but when I change their names, it goes back to the old name.
BertanGokalp but when I change their names, it goes back to the old name.
I still think that's the problem. If it goes back to the old name, that is suspicious.
cybereality Thanks your answer again i try something about it
Try to rename inside Godot. In the window on the bottom left you can right-click and choose rename. You may also have to update the references, check in the project settings for the icon, and if you are loading any scenes with code.
cybereality Okay I'll try