小声哔哔
小声哔哔
我也遇到这个问题,以为是主题设置没有设置,复制了demo中的主题后也没有解决,不知道什么原因
我新建了个modle导入qmui的依赖后,按照步骤设置后发现红点和new能显示了,经过对比后发现app的gradle文件中以下的依赖要降级后能使用红点和new ,这几个依赖在我的项目中都升级过,具体是受哪个依赖影响,还没有研究,我把依赖贴出来,大家看看能不能用。 @zhangzhaohong @YimasoftLiuGuanJun @201405kpb 这是修改后能用红点的依赖: ``` implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'com.google.android.material:material:1.1.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' testImplementation 'junit:junit:4.+' androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' ``` 最后贴下自己的项目版本用来对比下 Android Studio `4.1.2` 项目的gradle插件:`classpath "com.android.tools.build:gradle:4.0.1"` gradle版本:`distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip`