nalsandori
nalsandori

Reputation: 3

Acess is denied on android studio v3.4

When I click start debug, I got an error message :

build intermediates transforms dexBuilder debug 108 com sec Test D.dex(Access is denied)

  1. I started to debug again after removing build folder
  2. I tried to use Invalidate Caches/restart

But I couldn't resolve the issue. How could I do that?

Upvotes: 0

Views: 51

Answers (1)

Sonu Sourav
Sonu Sourav

Reputation: 3504

Upgrade your Gradle distribution URL in gradle-wrapper.properties

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

Also, enable online Gradle build.

Upvotes: 1

Related Questions