question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Gradle 2.2.0 build with Instant run fails

See original GitHub issue

Download 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:closed
  • Created 7 years ago
  • Comments:14 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
tellarincommented, Oct 14, 2016

Works fine for me with com.android.tools.build:gradle:2.2.0 Breaks with 2.2.1

0reactions
lddatacomcommented, Dec 2, 2016

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found