The latest instruction as per: https://docs.expo.dev/tutorial/eas/android-development-build/
says: eas build --platform android --profile development
This command prompts us with the following questions:
--What would you like your Android application id to be? Press return to select the default value provided for this prompt. This will add android.package in app.json.
--Generate a new Android Keystore? Press Y.
But, that's not the case. Only the tips provided in this thread worked (manually adding "package": "com.yourcompany.yourappname", "versionCode": 1
What am I missing?