Skip to content Skip to sidebar Skip to footer

Exception In Thread "queued-resource-processor_4

suddenly i had an issue with android studio before week ago it works proper but now when i run the app it generate 'Queued-resource-processor-4' Exception I already tried answer th

Solution 1:

I had the same problem. I solved it by updating gradle and in your case it's not working because you have to change the distribution path of gradle as well. Try this:

classpath 'com.android.tools.build:gradle:3.2.0-alpha17'

and in gradle.properties add this:

distributionUrl=https\://services.gradle.org/distributions/gradle-4.8-all.zip

Hope this works....

Post a Comment for "Exception In Thread "queued-resource-processor_4"