thredds icon indicating copy to clipboard operation
thredds copied to clipboard

Android compatibility

Open SamYStudiO opened this issue 6 years ago • 0 comments

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?

SamYStudiO avatar Oct 04 '18 18:10 SamYStudiO