-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
还是编译不过的问题,貌似是gradle和dataBinding的版本问题 #8
Comments
Studio Build: 2.3.2 |
最新版本配置可以看这个项目:https://github.com/vihuela/Kotlin-mvpro |
请问解决了吗?我也一直报这个错误 |
what's going on with question |
我改成 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.41" 就好了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
上网找了好久都没找到问题,看到其他人也提了相似的问题,一直没有得以解决
e: java.lang.RuntimeException: Failed to parse data binding compiler options. Params:
Caused by: java.lang.NumberFormatException: null
at java.lang.Integer.parseInt(Integer.java:542)
at java.lang.Integer.parseInt(Integer.java:615)
at android.databinding.tool.DataBindingCompilerArgs.readFromOptions(DataBindingCompilerArgs.java:92)
at android.databinding.annotationprocessor.ProcessDataBinding.readArguments(ProcessDataBinding.java:152)
... 109 more
The text was updated successfully, but these errors were encountered: