0

My Unity project uses several plugins so I can't build APK file, too many field references: mine is over 96000; max is 65536. I google and know the android studio build, I followed all the steps and build completed. The problem is when I build APK file for debug, everything works perfectly fine. But when I generate signed apk which is complete with no error, I install the apk file and I realize that all my plugins don't work, not a single one. Can anyone help me with this problem? Sorry for my bad English.

1 Answers1

0

Sorry mate, but this is a limitation of android when you publish a game. If you use to many plugin and you overlap the field reference you can't publish it.

Try to delete all unused plugin first. After if you use only small part of each plugin try find a plugin that fit your more your need.