opentok / opentok-android-sdk-samples

Sample applications illustrating best practices using OpenTok Android SDK.
https://tokbox.com/developer/sdks/android/
MIT License
211 stars 169 forks source link

Null extracted folder for artifact: ResolvedArtifact #422

Closed RanoshTarek closed 2 years ago

RanoshTarek commented 2 years ago

Null extracted folder for artifact: ResolvedArtifact(componentIdentifier=com.vonage:webrtc:84.0.20, variant=com.vonage:webrtc:84.0.20 configuration compile, variantName=null, artifactFile=C:\Users\rana.gradle\caches\modules-2\files-2.1\com.vonage\webrtc\84.0.20\693d4c04eea690be174ecd0d60dd80aa19456dd9\webrtc-84.0.20.aar, isTestFixturesArtifact=false, extractedFolder=null, publishedLintJar=null, dependencyType=ANDROID, isWrappedModule=false, buildMapping={__current_build__=projectname})

rktalusani commented 2 years ago

change gradle properties and increase the RAM

org.gradle.jvmargs=-Xmx4096m

v-kpheng commented 2 years ago

Thanks, @rktalusani 💪

Closing, since this was fixed by a kind samaritan :-)

javierbc121086 commented 11 months ago

Hello!, I currently have the same error, only from a React Native app. The error only occurs when trying to add an .aar to the project, otherwise it works correctly. (i am using react native version 0.72.5 and android studio 22.3.1 patch 2)