Status Update
Comments
il...@google.com <il...@google.com>
je...@gmail.com <je...@gmail.com> #2
Also occurs on 1.1.0-beta04
il...@google.com <il...@google.com>
so...@gmail.com <so...@gmail.com> #4
Since the Bumblebee made the nonTransitiveRClass true by default this error will now make a lot of people mad. I think this is really high priority to fix
il...@google.com <il...@google.com> #5
We are fixing in a future Dolphin release and we backporting the fix to Bumblebee and Chipmunk.
[Deleted User] <[Deleted User]> #6
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Dolphin Canary 2 (2021.3.1.2)
- Android Gradle Plugin 7.3.0-alpha02
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
an...@gmail.com <an...@gmail.com> #7
Is there a change for Bumblebee backport? This is P0 and S1 ticket, I'd think this is the kind of stuff that should be part of a patch release
an...@gmail.com <an...@gmail.com> #8
an...@gmail.com <an...@gmail.com> #9
Great, thanks!
Description
E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.jetpacknavigationtest, PID: 20199
java.util.NoSuchElementException
at java.util.ArrayDeque.removeLast(ArrayDeque.java:274)
at androidx.navigation.fragment.FragmentNavigator.popBackStack(FragmentNavigator.java:87)
at androidx.navigation.NavController.popBackStack(NavController.java:280)
at androidx.navigation.NavController.navigate(NavController.java:642)
at androidx.navigation.NavController.navigate(NavController.java:592)
at androidx.navigation.Navigation$1.onClick(Navigation.java:118)
at android.view.View.performClick(View.java:6294)
at android.view.View$PerformClick.run(View.java:24770)
at android.os.Handler.handleCallback(Handler.java:790)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6494)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)
Component used:
android.arch.navigation:navigation-fragment-ktx
Version used:
1.0.0-alpha02
Devices/Android versions reproduced on:
Android_Accelerated_x86_Oreo.avd
If this is a bug in the library, we would appreciate if you could attach:
- Sample project to trigger the issue.
- A screenrecord or screenshots showing the issue (if UI related).