You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
I need to use NetCDF from an android project so i tried to add netcdfAll-4.6.11.jar dependency but i get this error:
Could not resolve all files for configuration ':app:debugCompileClasspath'.
Failed to transform file 'netcdfAll-4.6.11.jar' to match attributes {artifactType=processed-jar} using transform JetifyTransform
Failed to transform 'W:\Projects\somfy_solarapp\app\libs\netcdfAll-4.6.11.jar' using Jetifier. Reason: The type does not support '.' as package separator! Received 'java.lang.String'.. (Run with --stacktrace for more details.) To disable Jetifier, set android.enableJetifier=false in your gradle.properties file.
I'm using AS 3.2.0 and have androidx and jetifier set to true. (Disable Jetifier as the error recommands is not an option for me unfortunatly)
Any advices?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I need to use NetCDF from an android project so i tried to add netcdfAll-4.6.11.jar dependency but i get this error:
Could not resolve all files for configuration ':app:debugCompileClasspath'.
I'm using AS 3.2.0 and have androidx and jetifier set to true. (Disable Jetifier as the error recommands is not an option for me unfortunatly)
Any advices?
The text was updated successfully, but these errors were encountered: