Assigned
Status Update
Comments
va...@google.com <va...@google.com>
to...@google.com <to...@google.com> #2
Disregard - after adding
enableUnitTestCoverage = false
enableAndroidTestCoverage false
Thinks started to work again.
But for what it is worth - the error message could have been more helpful.
enableUnitTestCoverage = false
enableAndroidTestCoverage false
Thinks started to work again.
But for what it is worth - the error message could have been more helpful.
Description
Our SDK sample app incorrectly linked to staging Maven repo when using the plug '+' notation, even though the project only specified MavenCentral() for below library:
// build.gradle
implementation "io.github.go-acoustic:acoustic-mobile-push-android-sdk:+"
We'd expect the IDE links to the staging environment when below url is added to the project, but global search it doesn't exist:
maven { url "
STEPS TO REPRODUCE:
1. Add dependency to App:
implementation "io.github.go-acoustic:acoustic-mobile-push-android-sdk:+"
2. Build and observe in the Android Studio IDE external library showed a staging build
Version 3.9.39 is linked
3. Search on
Only version 3.9.31 exists
ATTACH SCREENSHOTS/RECORDINGS OF THE ISSUE
ATTACH LOG FILES (Select Help > Show Log in Files, or Show Log in Finder on a Mac)
------------------
IMPORTANT: Please read
all required information.
------------------
Studio Build:
Android Studio Koala | 2024.1.1 Patch 2
Build #AI-241.18034.62.2411.12169540, built on August 1, 2024
Runtime version: 17.0.11+0-17.0.11b1207.24-11852314 aarch64
Version of Gradle Plugin:
Version of Gradle:
distributionUrl=https\://
classpath 'com.android.tools.build:gradle:7.4.2'
Version of Java:
JDK 17
OS:
macOS 14.5