当我尝试构建APK时会出现此问题。否则,当我运行应用程序时,它运行没有任何问题。
下面是详细信息的logcat:
Execution failed for task ':app:packageGeneralQaDebug'.
> Multiple task action failures occurred:
> A failure occurred while executing com.android.build.gradle.tasks.PackageAndroidArtifact$IncrementalSplitterRunnable
> java.io.IOException: Failed to create '/Users/muhammad/Documents/Example/app/build/outputs/apk/appGeneralQa/debug/example.apk'
> A failure occurred while executing
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
1条答案
按热度按时间suzh9iv81#
失败:生成失败,出现异常。
执行com. android. build. gradle. tasks时出错。PackageAndroidArtifact $IncrementalSplitterRunnable签名配置"版本"缺少必需的属性"storeFile"。
类似的问题......