Fixed
Status Update
Comments
il...@google.com <il...@google.com>
il...@google.com <il...@google.com> #2
A fix should be available in alpha05. Thanks for the bug report.
ni...@gmail.com <ni...@gmail.com> #3
@2 Today I got a new version for this (alpha 5), but is it safe now to use firebase too? I remember it had an issue, which I could only fix by removing this line:
implementation "android.arch.work:work-firebase:1.0.0-..."
And it's the same for Java as it is for Kotlin, right?
I've tested it with firebase, and it seems to work fine on Android 4.4 and Android P.
implementation "android.arch.work:work-firebase:1.0.0-..."
And it's the same for Java as it is for Kotlin, right?
I've tested it with firebase, and it seems to work fine on Android 4.4 and Android P.
dm...@amersports.com <dm...@amersports.com> #4
Did you file a bug about the firebase issue? If not, we'd need a bug and a bugreport/details to investigate. If you have filed such a bug, which one is it and has it been marked as fixed?
ap...@google.com <ap...@google.com> #5
@4 No, I wrote here, as WorkManager is on the support library, and it is supposed to support Firebase too.
Also, as I wrote, it seems to be fixed on alpha 5.
Also, as I wrote, it seems to be fixed on alpha 5.
da...@google.com <da...@google.com> #6
A fix will be available in alpha05. Feel free to re-open this issue if you are still experiencing it.
Description
Version used: 1.0.0-alpha01
Version of Android Studio: 3.1.2 and also I tried on canary 16.
I'm using safeargs gradle plugin.
Sometimes when modifying the navigation xml file, I get the following error:
Execution failed for task ':app:generateSafeArgsDebug'.
> com.android.ide.common.res2.FileStatus cannot be cast to com.android.ide.common.resources.FileStatus
Usually a clean and then rebuild fixes this.
I unfortunately don't have a sample project that reproduces it. It is in our main work project so I can't share anything from there.
The only thing I noticed is that we started getting this error when we applied the safeargs plugin.