MVVMTodo icon indicating copy to clipboard operation
MVVMTodo copied to clipboard

Giving error when compiling

Open hexdecimal16 opened this issue 5 years ago • 3 comments

https://github.com/codinginflow/MVVMTodo/blob/bc2b89c60c1522662c76e044c538349c5c8a15f7/app/src/main/java/com/codinginflow/mvvmtodo/ui/tasks/TasksFragment.kt#L112

Unresolved reference: actionGlobalDeleteAllCompletedDialogFragment

Any ideas what could be wrong ? I have changed the package name and project could that be a issue?

hexdecimal16 avatar Dec 12 '20 02:12 hexdecimal16

Need more details.

Arunm619 avatar Dec 28 '20 10:12 Arunm619

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

kseyko35 avatar Mar 28 '21 22:03 kseyko35

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

PrajjwalDy avatar Jan 01 '23 19:01 PrajjwalDy