bobowg / BaiseComposeLearn

android compose 基本参考用法与示例
4 stars 0 forks source link

导航出错! #5

Open bobowg opened 2 years ago

bobowg commented 2 years ago

Process: com.example.baisecomposelearn, PID: 6357 java.lang.IllegalArgumentException: Navigation destination that matches request NavDeepLinkRequest{ uri=android-app://androidx.navigation/animateitemplacement } cannot be found in the navigation graph NavGraph(0x0) startDestination={Destination(0x9746c0d3) route=active}

bobowg commented 2 years ago

composable(NavitemScreen.AnimatedVectorDrawableScreen.route){ AnimateItemPlacementScreen(navController) } 把NavHost项改为指定的导航即可。