is there a way to compile your project local?

Hello,

Can I run build:android and get .apk local, without pushing project on expo.io?

If you want a version to go on the simulator as a standalone you can do exp build:ios -t simulator, I assume exp build:android -t simulator works as well. Not sure if that still pushes project to expo.io or not though

@rcastner You don’t need to use the -t flag with an apk, you can just drag the file to the simulator.
@arkey I think this is what you are looking for.

Gabriel.

1 Like

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