If we are building .apk or .aab file again and again, it is taking too much time to build. Please let me know the method with which we can build file locally.
I have already tried to build locally with this command
eas build:configure
and then
eas build -p android
However, still it is sending to the expo server, but I don't want that.