Thanks to @Nabin in the comments, we found out that the problem with enabling Instant Run fixes the problem.
Unfortunately - apart from the original poster - we had the same problem on the command line. This means that our CI is not working.
, , -Pandroid.useDexArchive=false
. :
. Gradle dex . , , :
Passing -Pandroid.useDexArchive = false , .. /gradlew: app: assembleDebug -Pandroid.useDexArchive = false.
android.useDexArchive = false gradle.properties .
, CI.
Unfourtnaly Android Studio Instant Run!