已解决:Could not create task ‘:app:minifyDebugWithR8‘.. Cannot query the value of this provider

problem:

Solution:

1. Open the build.gradle file of your project and check the version number in dependencies;

2. Double-click shift in Android studio, enter sdk manager in the pop-up box, and press Enter;

3. Download the same SDK as the version number in your build.gradle;

4. Rebuild the project and it will pass!

 

 

 

Reference: https://stackoverflow.com/questions/64459937/could-not-create-task-appminifyreleasewithr8-cannot-query-the-value-of-this

Guess you like

Origin blog.csdn.net/THMAIL/article/details/112246973