Status Update
Comments
sw...@gmail.com <sw...@gmail.com> #2
ku...@mindweapons.in <ku...@mindweapons.in> #3
la...@gmail.com <la...@gmail.com> #4
I fixed it
1. update in build.gradle
buildToolsVersion = "31.0.0-rc3"
compileSdkVersion = 31
targetSdkVersion = 31
2. comment in grade.properties
#android.enableJetifier=true
3. upgrade some dependencies in package json compatible Java Version ( 11 ) and Node, in my case "react-native-iap": from "^6.0.6". to. "^7.0.0",
ta...@gmail.com <ta...@gmail.com> #5
2:Scroll down to "android{ " paste this code carefully(not disturbing any other brakets.)
lintOptions {
disable 'InvalidPackage'
disable "Instantiatable"
checkReleaseBuilds false
abortOnError false
}
3:run "flutter clean"
4:run "flutter pub get"
5:If you want to build apk of your project then run "flutter build apk"
ma...@psinteractive.io <ma...@psinteractive.io> #6
Please try the workarounds suggested by other users above.
If you still have this issue, please attach a sample project with steps to reproduce and I will try to debug it. Thanks!
la...@gmail.com <la...@gmail.com> #7
se...@gmail.com <se...@gmail.com> #8
does anyone know why this type of thing happen? its like out of nowhere, it was working 5 minutes ago now this
sa...@gmail.com <sa...@gmail.com> #9
wa...@gmail.com <wa...@gmail.com> #10
But I would like to know why this suddenly started happening and the potential side effect of setting a blacklist.
[Deleted User] <[Deleted User]> #11
[Deleted User] <[Deleted User]> #12
hu...@google.com <hu...@google.com> #13
This error occurs because the Android Gradle plugin version that you're using is not able to handle androidx.annotation:annotation-experimental:1.4.0
. Please see
(Btw, it is safe to use the workaround in
I'm closing this bug now but will follow up if you have further questions. Thanks!
wa...@gmail.com <wa...@gmail.com> #14
si...@swordgroup.in <si...@swordgroup.in> #15
om...@gmail.com <om...@gmail.com> #16
ch...@gmail.com <ch...@gmail.com> #17
ma...@gmail.com <ma...@gmail.com> #18
> java.nio.file.NoSuchFileException: /Users/USERNAME/.gradle/caches/transforms-3/LARGE_ALPHA_NUMERIC/results.bin
errors, but those were resolved by killing the gradle daemon: ./gradlew --stop
That gave me success running : ./gradlew clean assembleDebug --debug
Switching back over to Android Studio and switching branches I hit:
Plugin [id: 'com.google.firebase.firebase-perf', version: '1.4.2', apply: false] was not found in any of the following sources.
That was resolved by running
If similar occurs int he future in the future I plan to try
./gradlew cleanBuildCache
per:
[Deleted User] <[Deleted User]> #19
<3
de...@gmail.com <de...@gmail.com> #20
hu...@google.com <hu...@google.com> #21
As mentioned at android.jetifier.ignorelist
instead of android.jetifier.blacklist
if you're using Android Gradle plugin 4.2+.
If you still see an error, please attach a stack trace.
re...@gmail.com <re...@gmail.com> #22
om...@moveo.co.il <om...@moveo.co.il> #23
om...@moveo.co.il <om...@moveo.co.il> #24
bn...@stripe.com <bn...@stripe.com> #25
ar...@gmail.com <ar...@gmail.com> #26
But I want to know why this error occurs suddenly out of no where
hu...@google.com <hu...@google.com> #27
It's likely because you add some dependencies to your project, which transitively depend on androidx.annotation:annotation-experimental:1.4.0
, and AGP/Jetifier is not able to work with it.
A better workaround is to disable Jetifier (see
as...@gmail.com <as...@gmail.com> #28
---------- Forwarded message ---------
فرستنده: <buganizer-system@google.com>
Date: پنجشنبه ۱۰ اکتبر ۲۰۲۴، ۶:۱۷ ب.ظ
Subject: Re:
without making any library version changes
To: <b-system+-1126904966@google.com>
Cc: <asifhoosuini@gmail.com>
Replying to this email means your email address will be shared with the
team that works on this product.
*Changed*
duplicate issue (+): 370177585
<
_______________________________
*Reference Info: 322403838 I have randomly got this error on my project
without making any library version changes*
component: Android Public Tracker > App Development > Jetpack (androidx) >
Jetifier <
status: Duplicate
reporter: ta...@gmail.com
assignee: hu...@google.com
cc: pa...@google.com, ta...@gmail.com
type: Bug
access level: Default access
priority: P3
severity: S2
duplicate: 325316146 <
322719154 <
<
<
<
<
<
canonical: 294342862 <
retention: Component default
Generated by Google IssueTracker notification system.
You're receiving this email because you are subscribed to updates on Google
IssueTracker
<
roles: starred
Unsubscribe from this issue.
<
pl...@gmail.com <pl...@gmail.com> #29
classpath 'com.android.tools.build:gradle:4.2.0
when I change it to
classpath 'com.android.tools.build:gradle:7.4.0
it build success with no error
Description
> Could not resolve all files for configuration ':app:releaseRuntimeClasspath'.
> Failed to transform annotation-experimental-1.4.0.aar (androidx.annotation:annotation-experimental:1.4.0) to match attributes {artifactType=android-res, org.gradle.category=library, org.gradle.dependency.bundling=external, org.gradle.libraryelements=aar, org.gradle.status=release, org.gradle.usage=java-runtime}.
> Execution failed for JetifyTransform: /Users/douglastabut/.gradle/caches/modules-2/files-2.1/androidx.annotation/annotation-experimental/1.4.0/c7a2038d831d0cfbfb9a440890b287c2e839ecf/annotation-experimental-1.4.0.aar.
> Failed to transform '/Users/douglastabut/.gradle/caches/modules-2/files-2.1/androidx.annotation/annotation-experimental/1.4.0/c7a2038d831d0cfbfb9a440890b287c2e839ecf/annotation-experimental-1.4.0.aar' using Jetifier. Reason: IllegalArgumentException, message: Unsupported class file major version 61. (Run with --stacktrace for more details.)
Please file a bug at
I changed the computer I was using, pulled all the code and it worked fine only for 5 hours. Now I have the same exact error on the new computer. Anyone ever encountered this?