How to generate apk from expo

How to generate apk from expo. In doc it say app.json → sdkVersion but in my app.json there is none like that. what to do please help me.

expo build:android

sdkVersion can be included in app.json, if not then it is automatically determined by the version of the expo package in package.json.

which doc did you read?

1 Like

https://docs.expo.io/versions/v37.0.0/workflow/configuration/

thanks for pointing that out, i removed the “required” flag next to sdkVersion in [docs] Update required fields in configuration · expo/expo@0ed80a9 · GitHub - it will be deployed soon

1 Like

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