EAS Update showing error unable to detect run time version of android

I am using the managed work flow and ‘eas-cli’ version is version 0.52.0

When i run the command ‘eas update --branch development message “Updating the app” -p android’ i get the error messsage ‘unable to detect run time version of android’.

Here is a screenshot of my terminal with the error message and my eas.json file

ERROR MESSAGE

MY EAS.JSON FILE

So, i finally found the solution to this question i asked and thought it was good to sharing it here.

The solution to the error ‘unable to detect run time version of android’ was to simply run the command ‘eas update:configure’.

The command ‘eas update:configure’ would add the run time version to your app.json file.

For more info/reference you can visit Getting started - Expo Documentation

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.