Cause: androidx.navigation.safeargs plugin failed.
Following errors found:
/Users/jasonhu/AndroidStudioProjects/TerminalPoststation-And/app/src/main/res/navigation/nav_store_statistic.xml:17:9 (nav_store_statistic.xml:17):
error: The 'type' attribute used by argument 'status' is deprecated. Please change all instances of 'type' in navigation resources to 'argType'.
/Users/jasonhu/AndroidStudioProjects/TerminalPoststation-And/app/src/main/res/navigation/nav_store_statistic.xml:18:9 (nav_store_statistic.xml:18):
error: The 'type' attribute used by argument 'startTime' is deprecated. Please change all instances of 'type' in navigation resources to 'argType'.
/Users/jasonhu/AndroidStudioProjects/TerminalPoststation-And/app/src/main/res/navigation/nav_store_statistic.xml:19:9 (nav_store_statistic.xml:19):
error: The 'type' attribute used by argument 'endTime' is deprecated. Please change all instances of 'type' in navigation resources to 'argType'.
/Users/jasonhu/AndroidStudioProjects/TerminalPoststation-And/app/src/main/res/navigation/nav_store_statistic.xml:20:9 (nav_store_statistic.xml:20):
error: The 'type' attribute used by argument 'largeAreaCode' is deprecated. Please change all instances of 'type' in navigation resources to 'argType'.
/Users/jasonhu/AndroidStudioProjects/TerminalPoststation-And/app/src/main/res/navigation/nav_store_statistic.xml:21:9 (nav_store_statistic.xml:21):
error: The 'type' attribute used by argument 'largeAreaName' is deprecated. Please change all instances of 'type' in navigation resources to 'argType'.
/Users/jasonhu/AndroidStudioProjects/TerminalPoststation-And/app/src/main/res/navigation/nav_store_statistic.xml:22:9 (nav_store_statistic.xml:22):
error: The 'type' attribute used by argument 'areaCode' is deprecated. Please change all instances of 'type' in navigation resources to 'argType'.
/Users/jasonhu/AndroidStudioProjects/TerminalPoststation-And/app/src/main/res/navigation/nav_store_statistic.xml:23:9 (nav_store_statistic.xml:23):
error: The 'type' attribute used by argument 'areaName' is deprecated. Please change all instances of 'type' in navigation resources to 'argType'.
/Users/jasonhu/AndroidStudioProjects/TerminalPoststation-And/app/src/main/res/navigation/nav_store_statistic.xml:32:9 (nav_store_statistic.xml:32):
error: The 'type' attribute used by argument 'status' is deprecated. Please change all instances of 'type' in navigation resources to 'argType'.
/Users/jasonhu/AndroidStudioProjects/TerminalPoststation-And/app/src/main/res/navigation/nav_store_statistic.xml:33:9 (nav_store_statistic.xml:33):
error: The 'type' attribute used by argument 'startTime' is deprecated. Please change all instances of 'type' in navigation resources to 'argType'.
/Users/jasonhu/AndroidStudioProjects/TerminalPoststation-And/app/src/main/res/navigation/nav_store_statistic.xml:34:9 (nav_store_statistic.xml:34):
error: The 'type' attribute used by argument 'endTime' is deprecated. Please change all instances of 'type' in navigation resources to 'argType'.
/Users/jasonhu/AndroidStudioProjects/TerminalPoststation-And/app/src/main/res/navigation/nav_store_statistic.xml:35:9 (nav_store_statistic.xml:35):
error: The 'type' attribute used by argument 'largeAreaCode' is deprecated. Please change all instances of 'type' in navigation resources to 'argType'.
/Users/jasonhu/AndroidStudioProjects/TerminalPoststation-And/app/src/main/res/navigation/nav_store_statistic.xml:36:9 (nav_store_statistic.xml:36):
error: The 'type' attribute used by argument 'areaCode' is deprecated. Please change all instances of 'type' in navigation resources to 'argType'.
/Users/jasonhu/AndroidStudioProjects/TerminalPoststation-And/app/src/main/res/navigation/nav_store_statistic.xml:37:9 (nav_store_statistic.xml:37):
error: The 'type' attribute used by argument 'brandCode' is deprecated. Please change all instances of 'type' in navigation resources to 'argType'.

博客指出androidx.navigation.safeargs插件失败,具体错误为在nav_store_statistic.xml文件中,多个参数使用的'type'属性已被弃用,需将导航资源中所有'type'实例更改为'argType'。
1421

被折叠的 条评论
为什么被折叠?



