I ran the command npx expo prebuild --platform android but there’s an error
Error: Failed to find ‘build.gradle’ file for project: /var/folders/_w/p_h7l0ws22lbmv4pq3khkgvc0000gn/T/eas-build-local-nodejs/fac128e6-8fe3-4d25-b1c8-b835525a8d78/build/android/app.
So I tried using the npx expo prebuild --platform android command to generate the android folder, but I got another error stating to delete ./android folder.
However, the ./android folder doesnt exist in my project.
npm exited with non-zero code: 1 Failed to create the native project.
You may want to delete the ./ios and/or ./android directories before trying again.