android - 为什么我的 sbt 没有看到 Android 构建工具?

标签 android sbt sbt-android-plugin

当我在我的项目文件夹中执行 sbt android:package-debug 时,我得到了这个:

[error] (android:platform) Platform android-19 unknown in my-project-directory 
[error] (android:sdk-parser) Android SDK build-tools not found: None 
[error] Total time: 0 s, completed Mar 16, 2014 11:37:53 PM

我很确定我已经安装了 android-19。我还正确设置了我的 ANDROID_HOME

enter image description here

最佳答案

好的,解决了。事实证明我没有正确设置我的 ANDROID_HOME 环境。

关于android - 为什么我的 sbt 没有看到 Android 构建工具?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22437008/

相关文章:

scala - 动态创建测试 sbt

scala - 智能 : multi-module scala (SBT) project source code refactoring

android - 使用 sbt android-plugin 的构建时间长

java - Scala 的另一个 "Unable to instantiate activity ComponentInfo"

scala - 如何使用SBT下载用户提供的Scala版本?

Android - 应用程序未安装

java - 如何连接多个 Textview,这些 Textview 是一个单词,就像所有 TextView(单词)合并为段落一样

android - 与蓝牙断开连接后振动并不总是有效

android - ScrollView中的WebView在向上滑动时调用refreshControl React Native Android一直

scala - 为什么在使用 "sbt it:test"时没有执行 Play/Scala 项目中的集成测试?