I’ve been following the official Meteor instructions to set up my local machine for mobile development. I have successfully installed Java 8, Android Studio, and Gradle as required. However, I’ve encountered an issue when trying to add the Android platform to my Meteor project.
When I run the command meteor add-platform android, I receive an error message. Unfortunately, the error message isn’t very descriptive, so I’m not sure what the underlying issue could be.
Status of the individual requirements
✓ Java JDK
✓ Android SDK
✗ Android target: Command failed with ENOENT: avdmanager list target
spawn avdmanager ENOENT
✓ Gradle
Has anyone else faced this problem? Any insights or suggestions on how to resolve this error would be greatly appreciated.
Thank you in advance for your help!