Facundo Farall
Facundo Farall
Hello @paulinon, thanks for the quick reply. I've uploaded the `.aar` in a `.zip` file, in the first comment of the issue. Is it not accessible? I can try another...
In [this repository](https://github.com/ffarall/dependency-resolver-issue) you'll find the folders `Android` and `Unity`. `Android` is the Android Studio project where the library was developed, and where it's working as it's supposed to. Inside...
In [this](https://stackoverflow.com/questions/70457909/unity-android-plugin-error-resource-androidattr-istar-not-found/70460210#70460210) stackoverflow question that I published, someone suggested that it might be related to the compileSdkVersion being lower than 31, and that I should use older versions of androix....
I found a workaround. The `androidx.core.core-1.7.0` dependency was causing the problem of the IStar not found, so I manually downloaded the previous version (`androidx.core.core-1.6.0`) from [here](https://mvnrepository.com/artifact/androidx.core/core/1.6.0) and placed it in...
Hello @chkuang-g, Thanks for the reply. Unfortunately none of the options you gave me worked out, and the Resolver still installs `androidx.core.core-1.7.0`. In [this](https://github.com/googlesamples/unity-jar-resolver/issues/487#issuecomment-1000437390) message I provided a minimum viable...