Questions tagged [android-jetifier]

Jetifier is an AndroidX migration tool included in Android Studio 3.2 since Canary 14. It scans project dependencies and replaces references to the old support library artifacts and class names with the AndroidX equivalents.

Jetifier is an AndroidX migration tool included in Android Studio 3.2 since Canary 14. It scans project dependencies and replaces references to the old support library artifacts and class names with the AndroidX equivalents.

73 questions
0
votes
1 answer

Problems after upgrading Android Build Tools,

I have upgraded my Android Studio to version 2020.3.1 Patch 2 and along with that I have upgraded buildTools to 30.0.3. My ndk version is 23.0.7599858 and my JDK is OpenJDK 11. My minSdk is 27, compile and target Sdk are at 30. Previously, before…
0
votes
1 answer

Build failed with an exception. Reason: IllegalArgumentException, message: Unsupported class file major version 57

mxparser not working with jdk13 I am trying to use mxparser in my android project. I downloaded MathParser.org-mXparser-v.4.4.0-jdk13.jar and pasted it in libs folder of my project. But my app is failing to build and the build output is: FAILURE:…
0
votes
1 answer

What is the meaning of -r in the command line of npx jetify -r

What is -r in the command line of npx jetify -r I need to know the npx jetify -r what does it do? I have set a script in package.json as postinstall: npx jetify -r Note: I am using the latest react-native (0.63) But it have passed in all local…
sejn
  • 2,040
  • 6
  • 28
  • 82
0
votes
2 answers

Getting Error while Running Flutter App On Android (Android X) Incompatibility

I have been getting this error while running my app on android due to android X incompatibility. I am unable to fix this issue even after enabling multiDex true. Please help
0
votes
1 answer

Android Jet Pack Jetifier: Cause: invalid literal/lengths set

I am unable to make the APK build. This started happening after I downgraded from Windows 10 to Windows 7 on only one project as of now. Other projects are working fine. I tried to change Gradle class path version several times. I changed the…
Abhinav Saxena
  • 1,990
  • 2
  • 24
  • 55
0
votes
0 answers

Finding the version of jetifier packaged with Android Studio

I am trying to use the Jetifier that comes packaged with Android Studio, to convert few 3rd party libraries to their AndroidX compatible versions. I need to know which version of Jetifier is packaged with my Android Studio(v 3.5.2). Is there a link…
0
votes
2 answers

React Native App Stuck On Jetify in dev mode

I'm trying to migrate my app on 0.60, but it keeps getting stuck on jetify process. Basically, after this line: info Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier" flag. It's just stuck and does…
Leo Odishvili
  • 1,004
  • 1
  • 7
  • 29
0
votes
0 answers

error Failed to run jetifier. Run CLI with --verbose flag for more details

Initially I created projects that were running normally with react-native run-android, now it has the following error: Já tentei o comando: react-native run-android --no-jetifier Detail the code that I circled, it no longer works for any project you…
0
votes
1 answer

Jetifier is not resolving Play Services dependancies correctly

I'm trying to convert a project to AndroidX but have encountered a strange issue with one of the play services libraries. It seems that Jetifier is replacing only the version and not the package name: +---…
Philio
  • 3,675
  • 1
  • 23
  • 33
0
votes
0 answers

daggerAndroidSupport is not working when using AndroidX

I have following dependencies in my gradle file : gradleVersion = '3.3.0' kotlinVersion = '1.3.11' supportLibraryVersion = '1.1.0-alpha01' ktxCoreVersion = '1.1.0-alpha03' daggerVersion = '2.19' Libs = [ kotlin :…
Ali
  • 9,800
  • 19
  • 72
  • 152
0
votes
1 answer

AndroidX migration using Jetifier tool converts support libraries to RC versions

In the process of migrating to Android X, tt seems that Jetifier tool converts some of the 3rd party libraries to RC versions (gradle-4.6). | +--- com.facebook.android:facebook-common:4.34.0 | | | +---…
DoronK
  • 4,837
  • 2
  • 32
  • 37
-1
votes
1 answer

Run React Native in window

I am a newbie in react native and recently I've started to install it but in one step I have a problem : Jetifier found 864 file(s) to forward-jetify. Using 4 workers... unfortunately, it takes too long and seems doesn't work at all. what is the…
hamed
  • 1
  • 2
-1
votes
2 answers

RecyclerView ItemDecoration broken with AndroidX

I have a compiler issue when using DividerItemDecoration with a RecyclerView in an existing project we are updating to use AndroidX libraries. The project unfortunately uses DataBinding, which may be part of the issue. We have some ugly code like…
Nick Cardoso
  • 20,807
  • 14
  • 73
  • 124
1 2 3 4
5