I'm using Android Studio 2020.3.1 Patch 4. I built gradle and it was successful, but when I try running my app, I get error
could not find jp.co.cyberagent.android:gpuimage:2.0.4.
Required by:
project:app
I added gradle dependency
implementation 'jp.co.cyberagent.android:gpuimage:2.0.4'
I also added in the build.gradle
sourceset{
main.jniLibs.srcDirs =["libs"]
}
as suggested from
and
How to include *.so library in Android Studio?
But nothing is working. still gives me the same error message