7

当我切换到具有此更改的 Android Studio 4.1 https://github.com/MikeOrtiz/TouchImageView/pull/267/files

classpath 'com.android.tools.build:gradle:4.1.0-alpha10'

我遇到了 https://github.com/MikeOrtiz/TouchImageView/pull/267/checks?check_run_id=737327676

> Could not resolve all dependencies for configuration ':app:releaseRuntimeClasspath'.
   > Could not create task ':app:extractDeepLinksDebug'.
      > Cannot obtain value from provider of environment variable 'ANDROID_AAPT_IGNORE' at configuration time.
        Use a provider returned by 'forUseAtConfigurationTime()' instead.

也许有人知道如何摆脱它?

4

2 回答 2

7

对我来说同样的问题。似乎是 Gradle 问题(也许应该打开一个错误报告)

我可以通过将 Gradle 版本降级到 6.5-milestone-1 来临时解决它

于 2020-06-04T14:16:02.993 回答
1

我为此打开了一个Google 问题

根据https://issuetracker.google.com/issues/157583088中的信息, 如果这是相同的问题,它应该在 AGP 4.1 beta 1 中修复,该版本暂定于太平洋时间 6 月 10 日星期三上午 10 点发布。

于 2020-06-05T05:59:11.777 回答