こんなエラーが出た。
Execution failed for task ':app:dataBindingProcessLayoutsDebug'. > java.lang.ArrayIndexOutOfBoundsException (no error message)
こんなエラーが出た。
Execution failed for task ':app:dataBindingProcessLayoutsDebug'. > java.lang.ArrayIndexOutOfBoundsException (no error message)
NKAnimation
Processingみたいな事をしたかった…
続きを読む
警告が0になるようにしたかったので調べた
rootの build.gradle の allprojects に
buildscript { //.... } allprojects { gradle.projectsEvaluated { tasks.withType(JavaCompile) { options.compilerArgs << "-Xlint:all" } } }
追加するだけだった
お、Android Studio 2.2 来てるじゃーん と思ってアップデートしたら起動しなくなって泣いた話
続きを読む