作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
使用 Android Studio 3.5,我正在尝试创建导航图,但设计 View 为空
我知道这是 3.2 的问题,但它在 3.5 中不起作用。
在我正在使用的项目 build.gradle 文件中
navigationVersion = '2.1.0'
// Navigation Components
implementation "androidx.navigation:navigation-fragment-ktx:$rootProject.navigationVersion"
implementation "androidx.navigation:navigation-ui-ktx:$rootProject.navigationVersion"
最佳答案
这个项目是从我将所有内容迁移到 AndroidX 之前迁移的。从 gradle 文件中删除以下行后......出现了设计 View 。
androidTestImplementation "android.arch.navigation:navigation-testing:$rootProject.navigationTestVersion"
关于android-studio - Android Studio 3.5 中未出现导航图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58127943/
我有三个 Controller 。让我们依次说 Controller A、B 和 C。 Controller A 中的导航标题颜色为红色。 Controller B 为蓝色, Controller C
我有一个导航图,它使用此 fragment 作为主 Activity XML 中的主页。 我有一个带有菜单的抽屉布局,当我单击抽屉导航按钮时,我无法使导航正常工作(它在主 fragm
我是一名优秀的程序员,十分优秀!