Jack fails on Preview 4 with com/android/jack/api/v03/Api03Config error

918 Views Asked by At

I have an issue with the latest Android Studio (Preview 4) and compiling with Jack.

I get this error :

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:transformClassesWithPreJackPackagedLibrariesForDebug'.
> com/android/jack/api/v03/Api03Config

Any ideas ?

My gradle file : http://pastie.org/private/ieb3wbkxhr1zbk0xr5dssw

Stacktrace from Gradle : http://pastie.org/private/agjsdikwk23zmaz2qz6xw

Computer is running WIN10 up-to-date and this bug is not related to my antivirus as it could be mentioned here: https://code.google.com/p/android/issues/detail?id=211732 (I don't have nay anyway :) )

Posted as a bug in Android Bug Tracker :

https://code.google.com/p/android/issues/detail?id=214156

Please star :)

1

There are 1 best solutions below

0
On BEST ANSWER

Fixed using 'com.android.tools.build:gradle:2.2.0-alpha5'