I am trying to make all-in-one lib for my work that includes ads sdk, fb sdk, analytics sdk and play game services. Before adding facebook SDK (which was the last sdk) everything works perfectly fine but after...well my simple app hit 87k methods and android apk won't compile. I know that play game service is huge but before adding facebook sdk, I have no problem to compile so methods count was lower than 65k, now is 87k so it means that facebook sdk has at least 22k methods? Or I am missing something important?
I am trying to make all-in-one lib for my work that includes ads sdk, fb sdk, analytics sdk and play game services. Before adding facebook SDK (which was the last sdk) everything works perfectly fine but after...well my simple app hit 87k methods and android apk won't compile. I know that play game service is huge but before adding facebook sdk, I have no problem to compile so methods count was lower than 65k, now is 87k so it means that facebook sdk has at least 22k methods? Or I am missing something important?