java code large_java.lang.RuntimeException: Method code too large

2017-11-08 11:42:22

0

In application I have an error:

Error:Execution failed for task

':buildPropTweakerPro:transformClassesWithInstantRunForDebug'.

> java.lang.RuntimeException: Method code too large!

but I don't have any classes, that was bigger than 64KB.

Gradle version, what I use, is 2.3.3

When I use gradle version 3.0.0 I have an error:

Error:Execution failed for task

':buildPropTweakerPro:transformClassesWithInstantRunForDebug'.

> java.lang.ClassFormatError (no error message)

My build.gradle file:

buildscript {

repositories {

maven { url 'https://maven.fabric.io/public' }

}

dependencies {

classpath 'io.fabric.tools:gradle:1.24.4'

}

}

apply plugin: 'com.android.application'

appl

你可能感兴趣的:(java,code,large)