You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.
OS: Android only (iOS version builds without errors)
I am building/distributing my android app through microsofts appcenter.
About 3 weeks ago I executed a build which worked fine and without any errors. I now try to execute a new build, without any change to the dependencies or their usage, but now it throws an error each time and I am unable to complete the build.
And this doesn't happen when I build locally through android studio
Error from buildserver:
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app'.
> Could not resolve all dependencies for configuration ':app:_debugApkCopy'.
> Could not find com.ad4screen.sdk:A4SSDK:3.7.2.
Required by:
project :app
> Could not find com.ad4screen.sdk:A4SSDK:3.7.2.
Required by:
project :app > com.ad4screen.sdk:plugin-play-services:3.1.1 > com.ad4screen.sdk:plugin-play-services-advertiserid:3.1.1
project :app > com.ad4screen.sdk:plugin-play-services:3.1.1 > com.ad4screen.sdk:plugin-play-services-geofence:3.1.1
project :app > com.ad4screen.sdk:plugin-play-services:3.1.1 > com.ad4screen.sdk:plugin-play-services-location:3.1.1
project :app > com.ad4screen.sdk:plugin-play-services:3.1.1 > com.ad4screen.sdk:plugin-play-services-push:3.1.1
project :app > com.ad4screen.sdk:plugin-play-services:3.1.1 > com.ad4screen.sdk:plugin-play-services-advertiserid:3.1.1 > com.ad4screen.sdk:plugin-play-services-base:3.1.1
I am a bit lost on this because it seems to be unable to find the dependency even though it is located in the app/build.gradle file, and since building works locally and has worked through the appcenter in the recent past.
The text was updated successfully, but these errors were encountered:
OS: Android only (iOS version builds without errors)
I am building/distributing my android app through microsofts appcenter.
About 3 weeks ago I executed a build which worked fine and without any errors. I now try to execute a new build, without any change to the dependencies or their usage, but now it throws an error each time and I am unable to complete the build.
The dependencies are located in app/build.gradle:
And this doesn't happen when I build locally through android studio
Error from buildserver:
I am a bit lost on this because it seems to be unable to find the dependency even though it is located in the app/build.gradle file, and since building works locally and has worked through the appcenter in the recent past.
The text was updated successfully, but these errors were encountered: