I have a working Android Studio project, also installed via USB on my smartphone, it's a simply basic calculator. Now I have to rewrite the code for a lesson I teach, but Android Studio denies this import
import [com.username.projectname].databinding.ActivityMainBinding;
The app uses dataBinding I have enabled in Module:app and resync everything.
The old project works, the new one not, with the same code, cause of this import is refused.