DataBinderMapperImpl() is not generated
See original GitHub issueGeneral information
- SDK/Library version: 3.3.0
- Gradle Plugin Version: 3.1.0
Issue description
com.braintreepayments.api.DataBinderMapperImpl() is not generated when using Data Binding Compiler V2.
Error:
error: cannot find symbol addMapper(new com.braintreepayments.api.DataBinderMapperImpl()); symbol: class DataBinderMapperImpl location: package com.braintreepayments.api
Issue Analytics
- State:
- Created 5 years ago
- Reactions:6
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Fragment databinding, DataBinderMapperImpl.java cannot ...
This solved my issue. These errors only get caught at compile-time and points to the generated databinding files, making it hard to debug....
Read more >databinding errror: Error: symbol not found - Issue Tracker
The first time after build sucessfully. app module's DataBinderMapperImpl @Override // androidx.databinding.DataBinderMapper public List<DataBinderMapper> ...
Read more >DataBinderMapperImpl class not found - Sendbird Community
Hello. I am trying to implement the SendBird UI Kit in my application and I keep having this error: java.lang.
Read more >Fixed Error cannot find symbol class in Data Binding - YouTube
... binding class not generated android with latest Androidx Jetpack. ... in android or activitymainbinding not found in android or warning ...
Read more >3 Methods for Solving Android Data Binding Errors - Atomic Spin
I have found that rolling back to the first version of the data binding compiler can help reveal the real reason your code...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey y’all,
We were finally able to reproduce this issue. WIll begin working on a fix - just wanted to keep you updated.
I’m getting this issue as well after enabling
android.databinding.enableV2=true
. Unfortunately for v1 has some bugs in my setup (Android Studio 3.1 stable and gradle 4.4 with latest current build tools) , and I would prefer if v2 is usable.