LoginSignup
6
1

More than 5 years have passed since last update.

e: [kapt] An exception occurred: java.lang.NullPointerException

Posted at

はじめに

e: [kapt] An exception occurred: java.lang.NullPointerException

というエラーが出た.

修正

build.gradle

kapt 'com.android.databinding:compiler:3.1.4'

build.gradle

annotationProcessor 'com.android.databinding:compiler:3.1.4'

にしたら治った.

参考文献

6
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
1