Android Version

Follow this process to build Android Version

Step1: Now run command: “eas build -p android” or run “eas build” and select android. It will start android app bundle building process.

eas build -p android

Step 2: The first time you build the project you will be asked whether you’d like to upload a keystore or have expo handle it for you. If you don’t know what a keystore is, you can have expo generate one for you. Otherwise, feel free to upload your own.

Step 3: Wait for the build to finish. After finishing the build, you’ll get a direct download link in the terminal window. Besides, the file will be available for downloading for the next 29 days from the day of building in your expo account. You can simply log into your expo account and click on builds option, that will give you the latest builds to download.

After downloading the file, you can upload it to the play store. Play store only allows app bundle (.aab file) to upload.

If you want to create a simulator build or apk file, follow the below process:
Run the following command “eas build -p android –profile test”.

eas build -p android --profile test



This will create an apk file. You’ll be able to download and install it to any android device or simulator.