You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: