Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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 :)

like image 238
Romain Avatar asked Jun 24 '16 10:06

Romain


1 Answers

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

like image 103
Romain Avatar answered Oct 15 '22 02:10

Romain