frank
02/19/2017, 11:14 PMError:(2, 0) For Input String: ""
in file app/build.gradle
. (2, 0)
points my to apply plugin: 'kotlin-android'
. So I look at my event log and see the following: Gradle sync failed: For input string: " " Consult IDE log for more details (Help | Show Log)
. The part between the quotes only shows five empty boxes in AS. It also points me to the logs produced by AS and I've put these in the snippet following this post. One point to note is that anything in that log that is " "
shows up as "NULNULNULNULNUL"
in the original logs, so five NUL characters in Notepad++.
I hadn't changed anything wrt AS or the Kotlin version when this started happening (AS 2.3 beta4, Kotlin 1.1.0-beta-22), but at the moment I've updated to the newest versions (AS 2.3 RC 1 and Kotlin 1.1.0-rc-91) and the issue persists.
I've tried searching to see if this was a common issue, but so far I haven't found anything on Google (or I was just using the wrong keywords).