Building an app that has this applied and using --debug
can lead to failures
#169
Closed
1 task done
--debug
can lead to failures
#169
What kind of issue is this?
get fixed. See here
for some example tests.
I have a reproducible sample project, with instructions, here. To summarize it,
./gradlew :app:assembleDebug
succeeds, but./gradlew clean && ./gradlew :app:assembleDebug --debug
fails with a weird error. Even though I'm only requesting thedebug
variant, the plugin is trying to resolve thedebugUnitTest
variant, which it should not be doing.When I asked someone at Gradle about it (thinking it a Gradle bug due to the
--debug
connection), they said:Any ideas on where this is coming from?
The text was updated successfully, but these errors were encountered: