HITGIF/TextFieldBoxes

Ambigous method call. Both findViewById(int) in AppCompatActivity and findViewById(int) in Activity match.

Opened this issue · 1 comments

When I add implementation 'com.github.HITGIF:TextFieldBoxes:1.4.4' to dependencies in build.graddle (app), in every "findViewById(R.id.main_toolbar)" has an error:

Ambigous method call. Both findViewById(int) in AppCompatActivity and findViewById(int) in Activity match.

Thank you for your help!