Uses Reserved File Or Directory Name 'res'
I'm trying to signing an app by using gitlab pipeline. After commit and publish to gitlab app is coming pipeline and after 5 min. I'm getting this error like below * What went
Solution 1:
android{
configurations {
compile.exclude group: 'com.google.android'
}
}
Solved it by adding this.
Solution 2:
Try to update the Facebook SDK:
// Facebook Android SDK (everything)
implementation 'com.facebook.android:facebook-android-sdk:5.0.0'
Post a Comment for "Uses Reserved File Or Directory Name 'res'"