首页 > 解决方案 > Android Studio 应用程序:更新工作室后无法组装 APK

问题描述

我将我的 Android Studio 更新到 3.1,然后我将应用程序的包名称从“jake.stackitupreimported”更改为“basic.games”。完成后,我点击右侧的“gradle”>>root>>tasks>>build>>assemble;然后我在下面收到了这个失败通知。谁能告诉我如何解决这个问题,以便我可以组装我的应用程序?谢谢!!!

FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:lintVitalRelease'.
> Could not resolve all files for configuration ':app:lintClassPath'.
   > Could not find com.android.tools.lint:lint-gradle:26.1.1.

* 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.

标签: javaandroidandroid-studiogradleapk

解决方案


推荐阅读