Android Databinding : package does not exist

前端 未结 15 1231
暗喜
暗喜 2020-12-06 04:19

I\'m trying to use data-binding with Android.

I can not anymore build my project. I got this error :

\"Error:(13, 46) error: package ch.compan

15条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-06 04:56

    Thanks to Yigit!

    The issue was not directly link to Android Databinding. There were a bug in the project (some variables not correctly setted)

    I would recommend to use gradle with "--debug and --stacktrace" for more informations, it's helping a lot.

提交回复
热议问题