无法在Android Studio中构建/制作项目

时间:2018-09-21 16:46:34

标签: android android-studio ionic-framework ionic3 ionic4

我有一个Ionic项目,我正在尝试导入,编译,然后使用Android Studio在模拟器中运行。

我导入了<project_name>/platforms/android文件夹下的所有文件,并在Android Studio下打开了文件。

但是,当我单击Make Project按钮时,我在底部看到了No installed build tools found. Install the Android build tools version 19.0.1 or higher.消息。

我还尝试使用命令提示符构建项目,并且该项目有效。

命令: ionic cordova构建android

BUILD SUCCESSFUL in 10s
46 actionable tasks: 1 executed, 45 up-to-date
Built the following apk(s):
        C:\Users\nital\Documents\Tech\RESET-CODE-SAMPLES\IONIC-CODE-SAMPLES\ionic-basics\platforms\android\app\build\outputs\apk\debug\app-debug.apk

环境变量:

JAVA_HOME=C:\Java\jdk -> Points to JDK 8
ANDROID_HOME=C:\Users\nital\AppData\Local\Android\Sdk
PATH = C:\Users\nital\AppData\Local\Android\Sdk\platform-tools; C:\Users\nital\AppData\Local\Android\Sdk\tools

enter image description here

我是否缺少Android Studio中的任何配置设置?

1 个答案:

答案 0 :(得分:1)

根据错误,Android studio无法找到Build tools。只需更新该项目或您的SDK Location

Android Studio