安装Maven Android SDK Deployer

时间:2014-04-10 10:57:10

标签: java android maven

我正在尝试安装this maven插件,但我有几个问题我无法试用&错误,因为我的网速很慢:

文件说:

For the default usage of the deployer install all platforms and add-on apis, ensure that all folder in the platforms folder have names like android-3, android-4 and so on.

我是否真的需要下载所有平台和附加功能,即使我不想使用它?

然后,它说:

If you find names using the platform version (e.g. 15) in the folder name reinstall that platform from the android tool.

这是我的platforms文件夹:

enter image description here

我的平台名称似乎都在使用该版本,我是否真的需要重新安装所有这些已安装的平台?

你有没有其他方法可以让这个maven插件更容易工作?

或者你有更好的主意吗? (不同的插件可能,或任何东西)。我是Maven的新手。

非常感谢你的帮助。

1 个答案:

答案 0 :(得分:2)

无需重新安装,但请确保您具有所有平台级别。当您运行SDK部署程序POM时,构建将查找每个平台级别文件夹,如果您有一个缺失,则构建将失败。所以即使你不需要它们,也要确保你拥有所有。这就是他们坚持文件夹命名的原因。

这就是缺少平台错误的方式:

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:32 min
[INFO] Finished at: 2014-05-29T18:11:29-06:00
[INFO] Final Memory: 19M/246M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:properties-maven-plugin:1.0-alpha-2:read-project-properties (default) on project android-10: Properties file not found: $ANDROID_HOME/platforms/android-10/source.properties -> [Help 1]