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
Hi
I tried to use the jDSP 0.5.0 library in an Android projet.
I added the dependencies : implementation('com.github.psambit9791:jdsp:0.5.0')
But I had the following error :
Duplicate class org.apache.maven.surefire.report.SafeThrowable found in modules
jetified-common-java5-2.19.1 (org.apache.maven.surefire:common-java5:2.19.1) and
jetified-surefire-api-2.19.1 (org.apache.maven.surefire:surefire-api:2.19.1)
Duplicate class org.apache.maven.surefire.report.StackTraceWriter found in modules
jetified-common-java5-2.19.1 (org.apache.maven.surefire:common-java5:2.19.1) and
jetified-surefire-api-2.19.1 (org.apache.maven.surefire:surefire-api:2.19.1)
I tried to exclude the dependencies with the following gradle configurations :
Execution failed for task ':mylibrary:mergeDebugAndroidTestJavaResource'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
> More than one file was found with OS independent path 'META-INF/DEPENDENCIES'.
Could you please help me to solve this problem ?
Best regards,
Franck
The text was updated successfully, but these errors were encountered:
Execution failed for task ':mylibrary:mergeDebugAndroidTestJavaResource'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
> More than one file was found with OS independent path 'META-INF/DEPENDENCIES'.
I need to evaluate the jDSP library with AndroidTest module.
Could you please help me to solve this problem ?
Best regards,
Franck
Hi
I tried to use the jDSP 0.5.0 library in an Android projet.
I added the dependencies :
implementation('com.github.psambit9791:jdsp:0.5.0')
But I had the following error :
I tried to exclude the dependencies with the following gradle configurations :
or
But I add the following error :
Could you please help me to solve this problem ?
Best regards,
Franck
The text was updated successfully, but these errors were encountered: