question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

DataBinderMapperImpl() is not generated

See original GitHub issue

General 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:closed
  • Created 5 years ago
  • Reactions:6
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

7reactions
sdcoffeycommented, May 16, 2018

Hey y’all,

We were finally able to reproduce this issue. WIll begin working on a fix - just wanted to keep you updated.

1reaction
MrRexZcommented, Apr 23, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found