我已经下载了
Morse Flash android-maven-plugin example project
但是,我可以在我设备上进行mvn安装和测试,但当我进行mvn编译时,我会得到:
[ERROR] Failed to execute goal com.simpligility.maven.plugins:android-maven-plugin:4.4.1:generate-sources (default-generate-sources) on project morseflash-instrumentation: Execution default-generate-sources of goal com.simpligility.maven.plugins:android-maven-plugin:4.4.1:generate-sources failed: String index out of range: -1 -> [Help 1]怎么可能安装成功,但是编译失败呢?
发布于 2016-08-05 03:24:45
它可能会在多次运行时出现问题。试着跑
mvn clean install如果这有效的话
mvn clean compile两者都应该可以工作,即使
mvn compile 失败(这取决于在它之前运行的是什么)
https://stackoverflow.com/questions/37992635
复制相似问题