Error while running eas build -p android command

Hi!
I’m trying to run eas build -p android command to build my project but I’m getting this error:
Error: No config exists
What could it be caused by

Do you have in your root:
app.config.js
babel.config.js

Hi @trazim

In the root of your project you should usually have a .git hidden directory as well as a file called app.json (or app.config.js) and a file called package.json amongst others. Do you?

Also, you should not have things like app.json and package.json in .gitignore.