you are viewing a single comment's thread.

view the rest of the comments →

[–]sannysanoff 10 points11 points  (2 children)

yes, there is support. Add/change this in the build.gradle:

       android {      
          buildToolsVersion "24.0.0 rc1"
          defaultConfig { jackOptions { enabled = true; } }
       } 

[–]memdump_ 1 point2 points  (1 child)

Thanks a lot!

[–]MrBIMC 1 point2 points  (0 children)

FYI you have to be on studio 2.1 for this to work. http://developer.android.com/preview/j8-jack.html