Multidex not setup

Multidex not setup

Error messages like:
Too many field references: 131000; max is 65536.
Or
Unable to execute dex: method ID not in [0, 0xffff]: 65536

Means that you have skipped the multidex setup. Just do multidex setup to fix this:

OR

Decrease number of method references by removing appmediation partners libraries from the project.
    • Related Articles

    • Manifest merge failed

      Normally it is strange if this error happened. Potential causes might be when some strange project or some strange libraries/modules setup is done. Manifest merge errors happen usually in Unity but sometimes even in AndroidStudio. Example of such ...
    • App always crashing on start (or a lot of different crashes after release)?

      In some cases developer skip last step of MultiDex setup which cause a lot of crashes on some devices (so they might have missed it before release). Check if you have enabled MultiDex and refer to "3.3 Enable MultiDex" in documentation. 
    • My project compiled successfully but why I see no ads?

      Unity only - First thing to check if test is on real device or emulator or using Unity preview and if its on Unity preview then we do not support Unity studio preview mode so its expected.  Both Unity and Android Studio. Please check Android device ...
    • Project does not compile?

      This is the most problematic case especially if it is Unity project. So probably try following solutions from this documentation or just contact support@appmediation.com. Here are some reasons that might cause project to stop compiling: Manifest ...
    • Can I set more then one banner on the same screen?

      No, At the moment only one banner per screen (more precise: per Activity) is allowed.