Eugene Saturov

Results 5 comments of Eugene Saturov

This issue is still here on the same Xiaomi Note 4 with Android 6.0 MIUI 9.6. It works well with some simple images, but complex vector drawable with gradient leads...

I'm using this version: classpath "uk.co.cacoethes:lazybones-gradle:1.2.4". You can see stacktrace below: ``` * Exception is: groovy.lang.GroovyRuntimeException: Ambiguous method overloading for method java.io.File#. Cannot resolve which method to invoke for [null,...

Hm, I'm trying to build template for Android project and I have the following block of dependencies in my build.gradle file: ``` dependencies { classpath 'com.android.tools.build:gradle:1.5.0' classpath "uk.co.cacoethes:lazybones-gradle:1.2.4" } ```...

I had problems with understanding of necessary directory structure for templates till I try "lazybones create lazybones-project my-lzb-templates". I can't find no information about it before in wiki, cause there...