我是移动编程的新手,并且主要通过在iOS模拟器上进行检查来构建我的应用Flutter应用。自从我在Android模拟器上进行测试以来已经有一段时间了(我知道这不是一个好习惯,并且已经学到了这一课),但是今天我试图并且一直为这个错误消息所困扰。
我已经进行了颤振升级和清理,但是仍然没有得到解决。我还创建了一个新的演示应用程序,该应用程序可在同一模拟器中正常工作。
What went wrong:
Failed to capture snapshot of input files for task ':app:preDebugBuild' property 'compileManifests' during up-to-date check.
The library com.google.android.gms:play-services-base is being requested by various other libraries at [[15.0.1,15.0.1]], but resolves to 16.0.1. Disable the plugin and check your dependencies tree using ./gradlew :app:dependencies.
谁知道我该如何解决?感谢帮助!