easylauncher-gradle-plugin icon indicating copy to clipboard operation
easylauncher-gradle-plugin copied to clipboard

Can't read input file!

Open yshinkarev opened this issue 5 years ago • 2 comments

Stop works after some time Log from gradle here: https://pastebin.com/A4ZEi33G

yshinkarev avatar Apr 16 '19 14:04 yshinkarev

I had this issue because my path when adding an overlay image was incorrect. I recommend that you check yours if that's also what you're doing

svinouze avatar Apr 17 '19 13:04 svinouze

Hm, I next in android section:

easylauncher {
    productFlavors {
        beta {
            filters = [
                    blueRibbonFilter(),
                    overlayFilter(new File("example-custom/launcherOverlay/beta.png"))
            ]
        }
    }
}

gradle clean and then gradle assemble help me.

yshinkarev avatar Apr 17 '19 15:04 yshinkarev