- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我正在尝试使用 Maven 构建 Android 项目。我正在尝试配置,但我无法弄清楚问题的根源是什么。
[ERROR] Failed to execute goal com.simpligility.maven.plugins:android-maven-plugin:4.4.2:apk (default-apk) on project android: MojoExecutionException:
ANDROID-040-001: Could not execute: Command = cmd.exe /X /C "E:\android\Android_sdk\build-tools\24.0.0\aapt.exe package -f -M D:\zxing2\zxing\android\target\AndroidManifest.xml -S D:\zxing2\zxing\android\res --auto-add-overlay -A D:\zxing2\zxing\android\target\generated-sources\combined-assets -I E:\android\Android_sdk\platforms\android-22\android.jar -F D:\zxing2\zxing\android\target\android-4.7.6.ap_ --debug-mode", Result = -1073741819 -> [Help 1]
最佳答案
您可以尝试以下<plugin>
:
<properties>
<it-plugin.version>4.4.1</it-plugin.version>
</properties>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>com.simpligility.maven.plugins</groupId>
<artifactId>android-maven-plugin</artifactId>
<version>${it-plugin.version}</version>
<configuration>
<sdk>
<platform>19</platform>
</sdk>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
关于java - Android Maven 插件出现 MojoExecutionException 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38445430/
以下是我在 pom 中构建 Maven 项目时包含的目标。 4.0.0 com.mynewproject.portlet abc-myfacts-portlet w
我遇到了这个问题,当我使用 Maven 部署我的应用程序时,请提出一些解决方案。 错误日志, [INFO] BUILD FAILURE [INFO] -------------------------
我目前正在为我的项目原型(prototype)使用此设置: mvn archetype:generate "-DarchetypeGroupId=com.sap.cloud.s4hana.arche
我正在学习 Spring 教程,但一直停留在 creating RestController App 11.4 它只是没有运行。 [INFO] ----------------------------
我正在尝试使用 Maven 构建 Android 项目。我正在尝试配置,但我无法弄清楚问题的根源是什么。 [ERROR] Failed to execute goal com.simpligility
当我执行命令./mvnw -Pprod,swagger,webpack clean package -X [ERROR] Failed to execute goal org.apache.maven
我正在使用 this tutorial 学习 spring security 和 AngularJS 。本教程的第一部分指定了对 pom.xml 的非常具体的更改。但是当我添加这些 pom.xml 更
我正在尝试从源代码构建GeoServer。尝试从“geoserver/src”运行 Maven 命令时出现以下错误。 [ERROR] Failed to execute goal pl.project
我正在研究 Apache Spark 并尝试在 Java 程序中运行 Spark,但我遇到了一些问题。 我使用 Maven 构建程序并创建了一个新的 Maven 项目。这是 pom.xml spa
AbstractMavenMojo 的执行方法声明它抛出两个异常:MojoExecutionException 和 MojoFailureException。抛出任一结果都会导致构建停止,并且日志在每
我在使用maven从源代码编译hadoop时遇到了一些问题。这是错误,任何人都可以帮助我吗?谢谢。 [ERROR] Failed to execute goal org.apache.hadoop:h
我从命令行运行 Maven-Project 时遇到问题我在 cmd 中使用此命令来运行名为 mainClass 的类 mvn -e exec:java -Dexec.mainClass="com
在我的Khatami项目 我正在使用 maven 来管理编译并将结果打包到一个可运行的 Artifact 中:顶层的可执行 shell 脚本,bin/ 包含可执行 jar 及其依赖的 jar。请看我的
我尝试通过运行 atlas-cli pi 命令来编译我的自定义 jira 插件。当我使用存储库时它起作用了 http://repo1.maven.org/maven2/ .现在改为http://sea
这个问题几乎与MojoExecutionException when generate sources cxf-xjc-plugin:3.3.0 java11重复。但有两个异常(exception):
当为 Google App Engine 运行 Maven 构建时,我收到构建错误: org.apache.maven.plugin.MojoExecutionException: The DataN
我是一名优秀的程序员,十分优秀!