same thing here…just tried Yodo1
building the project fails with the below error … if you remove the plugin from build.settings build works perfectly but of course there will be no plugin to call if you run the app
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':App:checkReleaseAarMetadata'.
> Could not resolve all files for configuration ':App:releaseRuntimeClasspath'.
> Could not resolve com.yodo1:advert-gp:3.13.0.
Required by:
project :App
> Could not resolve com.yodo1:advert-gp:3.13.0.
> Could not get resource 'https://dl.bintray.com/yodo1/android-sdk/com/yodo1/advert-gp/3.13.0/advert-gp-3.13.0.pom'.
> Could not GET 'https://dl.bintray.com/yodo1/android-sdk/com/yodo1/advert-gp/3.13.0/advert-gp-3.13.0.pom'. Received status code 502 from server: Bad Gateway
> Could not resolve com.google.firebase:firebase-messaging:[10.2.1, 17.3.99].
Required by:
project :App > com.onesignal:OneSignal:3.16.0
> Skipped due to earlier error
> Failed to list versions for com.google.firebase:firebase-messaging.
> Unable to load Maven meta-data from https://applovin.bintray.com/Android-Adapter-SDKs/com/google/firebase/firebase-messaging/maven-metadata.xml.
> Could not get resource 'https://applovin.bintray.com/Android-Adapter-SDKs/com/google/firebase/firebase-messaging/maven-metadata.xml'.
> Could not GET 'https://applovin.bintray.com/Android-Adapter-SDKs/com/google/firebase/firebase-messaging/maven-metadata.xml'. Received status code 502 from server: Bad Gateway
> Could not resolve com.google.android.gms:play-services-location:[10.2.1, 16.0.99].
Required by:
project :App > com.onesignal:OneSignal:3.16.0
> Skipped due to earlier error
> Skipped due to earlier error
> Failed to list versions for com.google.android.gms:play-services-location.
> Unable to load Maven meta-data from https://dl.bintray.com/ironsource-mobile/android-sdk/com/google/android/gms/play-services-location/maven-metadata.xml.
> Could not get resource 'https://dl.bintray.com/ironsource-mobile/android-sdk/com/google/android/gms/play-services-location/maven-metadata.xml'.
> Could not GET 'https://dl.bintray.com/ironsource-mobile/android-sdk/com/google/android/gms/play-services-location/maven-metadata.xml'. Received status code 502 from server: Bad Gateway
> Could not resolve com.google.android.gms:play-services-ads-identifier:[15.0.0, 16.0.99].
Required by:
project :App > com.onesignal:OneSignal:3.16.0
> Skipped due to earlier error
> Skipped due to earlier error
> Skipped due to earlier error
> Failed to list versions for com.google.android.gms:play-services-ads-identifier.
> Unable to load Maven meta-data from https://chartboostmobile.bintray.com/Chartboost/com/google/android/gms/play-services-ads-identifier/maven-metadata.xml.
> Could not get resource 'https://chartboostmobile.bintray.com/Chartboost/com/google/android/gms/play-services-ads-identifier/maven-metadata.xml'.
> Could not GET 'https://chartboostmobile.bintray.com/Chartboost/com/google/android/gms/play-services-ads-identifier/maven-metadata.xml'. Received status code 502 from server: Bad Gateway
> Could not resolve com.google.android.gms:play-services-base:[10.2.1, 16.1.99].
Required by:
project :App > com.onesignal:OneSignal:3.16.0
> Skipped due to earlier error
> Skipped due to earlier error
> Skipped due to earlier error
> Skipped due to earlier error
> Failed to list versions for com.google.android.gms:play-services-base.
> Unable to load Maven meta-data from https://fyber.bintray.com/marketplace/com/google/android/gms/play-services-base/maven-metadata.xml.
> Could not get resource 'https://fyber.bintray.com/marketplace/com/google/android/gms/play-services-base/maven-metadata.xml'.
> Could not GET 'https://fyber.bintray.com/marketplace/com/google/android/gms/play-services-base/maven-metadata.xml'. Received status code 502 from server: Bad Gateway
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 30s
Picked up JAVA_TOOL_OPTIONS: -Duser.language=en
Android build failed (1) after 32 seconds
This is my entire build.settings file
settings =
{
orientation =
{
default = "portrait",
supported = { "portrait", }
},
excludeFiles =
{
iphone = { "Icon-*dpi.png", },
android = { "Icon.png", "Icon-Small-*.png", "Icon*@2x.png", },
},
splashScreen =
{
enable = false,
},
android =
{
useGoogleServicesJson = true,
minSdkVersion = "16",
applicationChildElements =
{
[[
<meta-data android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="[ca-app-pub-4379781817126535~9277948043]"/>
<meta-data
android:name="Yodo1ChannelCode"
android:value="GooglePlay"
tools:replace="android:value" />
]],
},
usesPermissions =
{
"android.permission.INTERNET",
"android.permission.GET_ACCOUNTS",
"android.permission.RECEIVE_BOOT_COMPLETED",
"com.google.android.c2dm.permission.RECEIVE",
".permission.C2D_MESSAGE",
"android.permission.ACCESS_FINE_LOCATION",
"android.permission.ACCESS_COARSE_LOCATION",
"android.permission.CALL_PHONE",
"android.permission.CAMERA",
"android.permission.WRITE_EXTERNAL_STORAGE",
"android.permission.RECORD_AUDIO",
},
permissions =
{
{ name = ".permission.C2D_MESSAGE", protectionLevel = "signature" },
},
},
excludeFiles =
{
-- Exclude unnecessary files for each platform
all = { "Icon.png", "Icon-*dpi.png", "Images.xcassets", },
android = { "LaunchScreen.storyboardc", },
},
plugins =
{
["plugin.OneSignal"] =
{
publisherId = "com.onesignal",
},
["plugin.google.iap.billing"] =
{
publisherId = "com.coronalabs"
},
["plugin.yodo1"] =
{
publisherId = "com.solar2d",
},
},
iphone =
{
xcassets = "Images.xcassets",
plist =
{
--UIBackgroundModes = {"remote-notification"},
--NSMicrophoneUsageDescription = "voice recording",
--NSSpeechRecognitionUsageDescription="Speech recognition will be used to capture user input and search for spoken words inside database of diagnosis and procedures related to the app",
NSCameraUsageDescription = "This App Uses your Camera to allow you to take photos of your productsand submit them to bond App",
CFBundleIdentifier ="com.mawenlyapp.app" ,
NSAppTransportSecurity = { NSAllowsArbitraryLoads=true },
NSLocationAlwaysUsageDescription = "GPS Location" ,
NSLocationWhenInUseUsageDescription = "This app will capture your gps location and save it in our database to let us know your location for delivery" ,
UIStatusBarHidden = false,
UIPrerenderedIcon = true, -- set to false for "shine" overlay
UILaunchStoryboardName = "LaunchScreen", -- Required!
}
},
}