Meteor 3.1 meteor run android stuck at "Checking platform requirements"

We have recently upgraded the meteor version to 3.1, node 22, and OpenJDK 17.
After the upgrade build works but when I want to run my app on android it gets stuck at “Checking platform requirements”

Resolved after following:

1 Like

As you mentioned on Slack, your issue seems to be the tools environment variable missing from the PATH.

We’ve reviewed the Meteor 3 docs to ensure the Cordova setup works properly across all OS, including Windows. Anyone should be able to work with Cordova by following the docs. If any issues arise with pre-setup, we’ll update the docs.

1 Like

Check your Meteor configuration files to make sure all the required packages are installed and at the correct versions. You could try running meteor reset to clear your local build cache, then meteor run android again. If the issue persists, you could try manually building the Android platform with meteor add-platform android and meteor build before running on the device.

1 Like