Infeasible
Status Update
Comments
sp...@google.com <sp...@google.com> #2
Information redacted by Android Beta Feedback.
je...@google.com <je...@google.com> #3
- Build Number: google/raven/raven:13/T3B3.230413.003/9957835:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Freezes again and needed to hard reset. Was scrolling chrome this time. Swiped back and the phone become unresponsive with the screen on. Nothing worked.
Debugging information
Google Play-tjenester
com.google.android.gms
Version 231312044 (23.13.12 (190400-519946965))
System App (Updated)
Android System WebView
com.google.android.webview
Version 561510134 (112.0.5615.101)
System App (Updated)
Network operator: Talkmore
SIM operator: Talkmore
Filed by Android Beta Feedback. Version (Updated): 2.33-betterbug.external_20230301_RC01 (DOGFOOD)
To learn more about our feedback process, please visithttps://developer.android.com/preview/feedback#feedback-app .
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Freezes again and needed to hard reset. Was scrolling chrome this time. Swiped back and the phone become unresponsive with the screen on. Nothing worked.
Debugging information
Google Play-tjenester
com.google.android.gms
Version 231312044 (23.13.12 (190400-519946965))
System App (Updated)
Android System WebView
com.google.android.webview
Version 561510134 (112.0.5615.101)
System App (Updated)
Network operator: Talkmore
SIM operator: Talkmore
Filed by Android Beta Feedback. Version (Updated): 2.33-betterbug.external_20230301_RC01 (DOGFOOD)
To learn more about our feedback process, please visit
lb...@gmail.com <lb...@gmail.com> #4
Information redacted by Android Beta Feedback.
Description
I work on apps that use various dependencies from various sources.
Some of them were sadly archived, so they won't move to mavenCentral or anywhere else.
They will stay on jcenter forever.
Example is this one:
I've tried various ways to still use it, but without jcenter, and failed:
1. Took and used the AAR files from the cache (on C:\Users\User.gradle)
2. Import the project and see what I can do (got errors).
3. Use Jitpack (because it's on Github), but it got errors shown right on the website itself
4. Building AAR file for each module and using them all (got a runtime crash).
Please provide a way to automate and safely use the dependency, by converting it to a completely local one (all files that the project will need).
Don't just deprecate. Add a quick fix for Android Studio (and IntelliJ) of "convert remote dependency to local dependency".