Robolectric“警告:无法找到Android SDK的路径”

时间:2012-02-19 20:25:34

标签: android maven robolectric

我正在使用Robolectric而不使用maven来构建,这意味着我正在使用Robolectric-with-dependencies Jar。

我是根据Robolectric网站上的说明进行设置的,但我仍然收到警告:无法找到Android SDK的路径“错误。我发现this link(第一个答案)提到问题出在哪里来自但不回答我如何解决这个问题。

我是新手并且从未发布过,因为我经常会在浏览一段时间后找到解决方案,但是我找不到解决方案。什么都有帮助。感谢。

2 个答案:

答案 0 :(得分:1)

确保将ANDROID_HOME环境变量设置为指向Android SDK安装,例如:

export ANDROID_HOME=/usr/local/Cellar/android-sdk/r15

答案 1 :(得分:-2)

Stefan是对的。

可以在我的chapter about Android development with Maven以及plugin wikidocumentation for the sdk configuration中找到更多信息。我还建议使用最新版本的android maven插件以及Android SDK ..