easylauncher-gradle-plugin
easylauncher-gradle-plugin copied to clipboard
Can't read input file!
Stop works after some time Log from gradle here: https://pastebin.com/A4ZEi33G
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
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.