https://kotlinlang.org logo
j

jurajsolarml

08/03/2020, 2:13 PM
Hello, please help. Where can there be a mistake ? AS 4.0.1 Thanks
v

Valentin Moscone

08/03/2020, 2:22 PM
Did you try an
Invalidate caches/Restart
?
j

jurajsolarml

08/03/2020, 2:24 PM
I tried Invalidate Caches / Restart, Clean and Rebuild project and delete folder intermediates and it didn't help.
t

tseisel

08/03/2020, 3:19 PM
Could you please specify: - When this occur occurs (after which Gradle task or IDE action) - What dependencies of androidx.navigation you are using ?
t

tseisel

08/03/2020, 5:12 PM
Some hints: - You have set an application id prefix twice. - You are mixing incompatible versions of the support library : 29.0.0 and 30.0.0. Since you are targeting API 30, always use 30.x.x. (side note: I dont know how it is ever possible to use support library with version above 28.x.x, since it has been discontinued and replaced by AndroidX) - Purpose of
android.arch.navigation:navigation-runtime-ktx:1.0.0
?
j

jurajsolarml

08/03/2020, 5:24 PM
This le just a test app, thanks I'll take a look at it 🙂
I fixed and unchanged. I deleted this android.arch.navigation: navigation-runtime-ktx: 1.0.0.
I have already found the problems are xml.