i haven’t added any thing after i create it i only run it even with other tempates except emity view activty it gives me this type of error message the full error message is :error: incompatible types: NotificationsFragment cannot be converted to ViewModelProviderImpl
new ViewModelProvider(this).get(NotificationsViewModel.class);
And also beside this ‘ViewModelProvider(androidx.lifecycle.viewmodel.ViewModelProviderImpl)’ has private access in ‘androidx.lifecycle.ViewModelProvider’
when i run it the emulator opens but the app doesn’t open
Wamisho Siraj is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.