Project does not compile?

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 merge error: read in this doc.

  • Duplicate class / file: read in this doc

  • (Unity only) incorrect gradle setup: ask to check documentation again (probably they skipped some part or made a mistake)

Other: There are quite more other possible reasons that I don’t remember. I will try to update documentation once we receive them
    • Related Articles

    • 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 ...
    • 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 ...
    • Duplicate library or class?

      In some cases you might end up having same library attached more then once. It might even have different name, different version and file format (.aar/.jar) but still cause this error. Also it might be attached as physical file inside the project and ...
    • 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: AndroidStudio - ...
    • 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.