Meteor Android安装程序

Meteor Android安装程序,android,cordova,meteor,Android,Cordova,Meteor,我正在尝试让android平台在我新创建的Meteor应用程序中工作。我从头到尾都遵循了这个指南。然而,我没有成功,而是得到了这个错误消息 android: added platform Your system does not yet seem to fulfill all requirements to build apps for Android. Please follow the installation instructions in the mobile guide: http

我正在尝试让android平台在我新创建的Meteor应用程序中工作。我从头到尾都遵循了这个指南。然而,我没有成功,而是得到了这个错误消息

android: added platform

Your system does not yet seem to fulfill all requirements to build apps for Android.

Please follow the installation instructions in the mobile guide:
http://guide.meteor.com/mobile.html#installing-prerequisites

Status of the individual requirements:
SUCCESS Java JDK
SUCCESS Android SDK
✗ Android target: Android SDK not found. Make sure that it is installed. If it is not at the default location, set
the ANDROID_HOME environment variable.
✗ Gradle: Could not find gradle wrapper within Android SDK. Might need to update your Android SDK.
Looked here: C:\Users\Keevan\AppData\Local\Android\sdk\tools\templates\gradle\wrapper

非常感谢您的帮助,因为我不知道下一步该做什么

按照它提供的链接进入tools/并且文件夹模板不存在!对<代码>未找到Android SDK。这是它查看的文件夹,但是它找不到任何东西。您需要先设置环境变量。声明环境变量export-ANDROID\u-HOME=“$HOME/Library/ANDROID/sdk”export-PATH=$PATH:$ANDROID\u-HOME/tools:$ANDROID\u-HOME/platform-tools(您的路径可能因安装ANDROID的位置而异)