Fixed
Status Update
Comments
on...@gmail.com <on...@gmail.com> #2
Tried with "4.0.0-alpha09" and still same error.
xa...@google.com <xa...@google.com>
is...@google.com <is...@google.com>
ga...@google.com <ga...@google.com> #3
Thank you for filing the issue. This regression is introduced while fixing https://issuetracker.google.com/119135578 . CL that introduced it ag/I3c6dbc840a573a78ad414b37ed3e6fcb42dd78b6.
In order to work around this issue, please add "android.jetifier.skipIfPossible=false" to gradle.properties.
Filip, is this something that can be fixed on the Jetifier side, or we need to revert ag/I3c6dbc840a573a78ad414b37ed3e6fcb42dd78b6?
In order to work around this issue, please add "android.jetifier.skipIfPossible=false" to gradle.properties.
Filip, is this something that can be fixed on the Jetifier side, or we need to revert ag/I3c6dbc840a573a78ad414b37ed3e6fcb42dd78b6?
pa...@google.com <pa...@google.com> #4
Hung, can you please help why is this happening? Is this because jetifier fails to detect support reference or there is something else?
pa...@google.com <pa...@google.com> #5
Note: reverting this might be tricky because it might already successfully work in ignoring unrelated artifacts.
pa...@google.com <pa...@google.com> #6
Will do initial investigations
al...@google.com <al...@google.com> #7
I'm having trouble finding the owner for the legacy (com.google.android.support:wearable
) Wear library, but they need to Jetify their output artifacts. Aga, can you help us find the right owner responsible for releases?
am...@google.com <am...@google.com> #8
+Flavio Lerda <flerda@google.com>
Flavio is the current owner, he's just staffing a team for this and will be
able to help you
On Thu, 23 Jan 2020, 18:58 alanv, <buganizer-system+alanv@google.com> wrote:
Flavio is the current owner, he's just staffing a team for this and will be
able to help you
On Thu, 23 Jan 2020, 18:58 alanv, <buganizer-system+alanv@google.com> wrote:
fl...@google.com <fl...@google.com> #9
Thanks for the report. My team will look into this issue and hopefully we will be able to address it soon.
fl...@google.com <fl...@google.com> #11
Thanks. Marking as fixed now that the new library has rolled out publicly.
al...@gmail.com <al...@gmail.com> #12
Je ne peut pas installer fortnite sur mon mobile
Description
Android Plugin Version: 4.0.0-alpha08
Module Compile Sdk Version: 29
Module Build Tools Version: <blank>
Android SDK Tools version: 29.0.2
I upgraded my project from AGP 4.0.0-alpha06 to 4.0.0-alpha08 and the assemble task started to report the following compilation error:
e: Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath:
class android.support.wearable.complications.ComplicationHelperActivity, unresolved supertypes: android.support.v4.app.ActivityCompat.OnRequestPermissionsResultCallback
The error appears also in 4.0.0-alpha07.
You can find an example project to reproduce the issue at