Hi there,
I’ve been looking for this information on google, tried checking the forums but couldn’t find anything relevant to DEX count.
Sorry I failed searching and this was posted in another place already.
Does anyone knows how many methods are added to the project when using both services?
Cheers,
Cai
Hi @joe-pietroni
Because Analytics is built right into Unity, with no SDK integration necessary, there is no separate DEX count for building a project without Analytics or with it. Importing the IAP package has a DEX method count of 1124 when building for Amazon and 392 when building for Google Play. We tested this on a blank project, using this method count tool: GitHub - mihaip/dex-method-counts: Command-line tool to count per-package methods in Android .dex files
Hope that helps!
2 Likes