1

This error occured after I upgraded my react-native to 0.59 version and applied the jetifier for for new updates.

Execution failed to transform for task ':app:javaPrecompileDebug' Failed to transform 
'localSDK.jar' using Jetifier. Reason: Method code too large!. (Run with --stacktrace for more details).
Siong Thye Goh
  • 3,518
  • 10
  • 23
  • 31
Shin Chan
  • 11
  • 3

1 Answers1

-1

Just use it on gradle.properties

android.enableJetifier=false
Gorio
  • 1,606
  • 2
  • 19
  • 32