i got this error:
trouble writing output: Too many field references to fit in one dex file: 93024; max is 65536.
and now i have to build it with gradle.
before that, i set the game that when back button pressed, game change it mode to pause mode.
when i built with Build system internal, everything works great.
but when i build with gradle, when press back button, my game chage to pause mode and minimized too…
i don’t want to minimize my game anymore. any idea?