Gradle 2.2.0 build with Instant run fails
See original GitHub issueDownload the new Android Studio 2.2 and setup a project with Gradle 2.2.0 and ADAL 1.10.0. It will fail on build with this exception if you have Instant run turned on.
Error:Execution failed for task ':app:transformClassesWithInstantRunForDebug'.
> class "com.microsoft.aad.adal.AuthenticationCallback"'s signer information does not match signer information of other classes in the same package
Issue Analytics
- State:
- Created 7 years ago
- Comments:14 (1 by maintainers)
Top Results From Across the Web
Android studio 2.2 gradle plugin for instant run error
I am using android studio 2.2 and getting the below error while trying to build the project Error:Cause: com.android.build.gradle.
Read more >Gradle build error with Android 23 and instant run #6 - GitHub
The App is using older SDK and gradle for compiling the project which is causing build error with Android Studio using latest Android...
Read more >Visible to Public - Issue Tracker - Google
Hi, Sometimes when I use instant-run I get this error (mainly after layout.xml changes): FAILURE: Build failed with an exception.
Read more >New Build System - Android Studio Project Site
Fixed instant-run regressions introduced in previous alpha builds related to code refactoring. Turned off new packager by default due to some signing issues....
Read more >The Java Plugin - Gradle User Manual
Aggregate task that performs verification tasks, such as running the tests. ... build immediately after a compile error or if a Java constant...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Works fine for me with com.android.tools.build:gradle:2.2.0 Breaks with 2.2.1
I think there is some problem with Instant run while trying to compile com.microsoft.aad. Turn off instant run works for me, although it is not a proper method.