-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Giving error when compiling #2
Comments
Need more details. |
You should rebuild your project and then you played your application @hexdecimal16. And you should write dialog tag instead of fragment tag in navigation.xml |
Getting this error while launching the application android.view.InflateException: Binary XML file line #16 in com.hindu.mvvmtodo:layout/activity_main: Binary XML file line #16 in com.hindu.mvvmtodo:layout/activity_main: Error inflating class androidx.fragment.app.FragmentContainerView |
MVVMTodo/app/src/main/java/com/codinginflow/mvvmtodo/ui/tasks/TasksFragment.kt
Line 112 in bc2b89c
Unresolved reference: actionGlobalDeleteAllCompletedDialogFragment
Any ideas what could be wrong ?
I have changed the package name and project could that be a issue?
The text was updated successfully, but these errors were encountered: