plugin.appodeal was not found at Solar2D Directory

Hi there,
I try to build app by corona simulator and got error code : 256 .
please help thanks!

  • What went wrong:
    Error while fetching plugins: ERROR: occured while collecting plugins for Android. Unable to find plugin ‘plugin.appodeal’ for platform ‘android’:
    Custom URL: skipped because supportedPlatforms[android] is not a table. Plugin is not supported by the platform
    Locally: no directory /Users/vincentchen/Solar2DPlugins/com.coronalabs/plugin.appodeal
    Locally: no file ‘/Users/vincentchen/Solar2DPlugins/com.coronalabs/plugin.appodeal/android/data.tgz’
    Locally: no file ‘/Users/vincentchen/Solar2DPlugins/com.coronalabs/plugin.appodeal/data.tgz’
    Solar2D Marketplace Directory: skipped because marketplaceId is not set
    Solar2D Marketplace Resource Directory: resource plugin.appodeal was not found at Solar2D Marketplace Resource Directory
    Solar2D Directory: plugin plugin.appodeal was not found at Solar2D Directory
    Ignore Missing checker: no plugin directory /Users/vincentchen/Solar2DPlugins/com.coronalabs/plugin.appodeal
    Unable to find plugin ‘plugin.appodeal’ for platform ‘lua’:
    Custom URL: skipped because supportedPlatforms[lua] is not a table. Plugin is not supported by the platform
    Locally: no directory /Users/vincentchen/Solar2DPlugins/com.coronalabs/plugin.appodeal
    Locally: no file ‘/Users/vincentchen/Solar2DPlugins/com.coronalabs/plugin.appodeal/lua/data.tgz’
    Locally: no file ‘/Users/vincentchen/Solar2DPlugins/com.coronalabs/plugin.appodeal/data.tgz’
    Solar2D Marketplace Directory: skipped because marketplaceId is not set
    Solar2D Marketplace Resource Directory: resource plugin.appodeal was not found at Solar2D Marketplace Resource Directory
    Solar2D Directory: plugin plugin.appodeal was not found at Solar2D Directory
    Ignore Missing checker: no plugin directory /Users/vincentchen/Solar2DPlugins/com.coronalabs/plugin.appodeal

in the build.settings
plugins = {[plugin.appodeal.base] = { publisherId = com.coronalabs}} and other adapters
https://docs.coronalabs.com/plugin/appodeal/index.html

Hi, Thank you for your reply. I have set up the build.setting file according to the documentation, but the same error still occurs. Have you tried this sample file? GitHub - coronalabs/plugins-sample-appodeal
I got the same error message using this sample file.

this sample is very old. write in in the build.settings in
plugins ={
[‘plugin.appodeal.base’] = { publisherId = ‘com.coronalabs’ },
[‘plugin.appodeal.GoogleAdMob’] = { publisherId = ‘com.coronalabs’ },
[‘plugin.appodeal.AppLovin’] = { publisherId = ‘com.coronalabs’},
[‘plugin.appodeal.MyTarget’] = { publisherId = ‘com.coronalabs’ },
[“plugin.appodeal.Pangle”] = {publisherId = ‘com.coronalabs’},
[‘plugin.appodeal.Unity’] = { publisherId = ‘com.coronalabs’ },
[‘plugin.appodeal.Vungle’] = { publisherId = ‘com.coronalabs’ },
[‘plugin.appodeal.Yandex’] = { publisherId = ‘com.coronalabs’ },
[“plugin.appodeal.InMobi”] = {publisherId = ‘com.coronalabs’},
}
android = minSdkVersion = “16”

1 Like