Open MuhammedAlmaz opened 2 years ago
Hi @MuhammedAlmaz,
In current state of things, our React Native SDK contains our native Android SDK added as a JAR dependency. So there is no need to have any other reference to it in your Gradle file. Are you still facing the same issue if you remove all native Adjust Android SDK references from Gradle file?
Hi @uerceg ,
I checked all gradle files there is not any adjust sdk. I removed all but i guess this error again. Idk why. I clear gradle files, caches etc.
I could run this app 1 month ago. After i update android studio, it stopped working .
I checked all dependency on my packages but there is not any package which using react-native-adjust. I tried force only one time implement the dependency with this code block but it doesn't work already.
Force implementation code;