Cannot build with appodeal plugin. configuring ‘plugin...coronalabs’ failed!

I am trying to integrate appodeal ads into my game, but If I try to build with the below line in the build.settings file;
[‘plugin.appodeal.beta.base’] = { publisherId = ‘com.coronalabs’ },
The build process gets interrupted with the following error in the corona console:
ERROR: configuring ‘plugin.appodeal.beta.base_com.coronalabs’ failed!

EDIT: SOLVED. I changed my java jdk to the latest one and it worked.

1 Like