I am getting above error I am using below dependencies I have all searched on the web but I got no solution.
compile 'com.squareup.retrofit2:retrofit:2.0.2'
compile 'com.android.support:multidex:1.0.1'
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5.2'
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.2'
compile 'com.squareup.retrofit2:converter-gson:2.0.2'
compile 'com.squareup.okhttp3:logging-interceptor:3.0.0'
Dupe #815
Me too.
how to fix it
Use 1.5.1 for now
On Mon, Aug 14, 2017 at 8:00 PM ez_sun notifications@github.com wrote:
how to fix it
—
You are receiving this because you modified the open/close state.Reply to this email directly, view it on GitHub
https://github.com/square/leakcanary/issues/821#issuecomment-322364831,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAEEEWXa3r-jERJD7ovhbxpg8MS0nj3Kks5sYQnMgaJpZM4O1hdj
.
my solution is
1.open ur gradle.properties
2.set ur: org.gradle.jvmargs=-Xmx2048m
then clean project and generate it
@lamster2018 org.gradle.jvmargs=-Xmx2048m didn't worked for me....
Most helpful comment
Use 1.5.1 for now
On Mon, Aug 14, 2017 at 8:00 PM ez_sun notifications@github.com wrote: