React Native/Android

Applovin Proguard minifyEnabled 에러

Juzero 2023. 5. 7. 00:29

 

 

에러코드

A problem was found with the configuration of task ':app:safedkInstrumentationRelease' (type 'InstrumentationTask'). - In plugin 'applovin-quality-service' type 'com.safedk.gradleplugin.tasks.InstrumentationTask' property '$12' specifies file '{프로젝트경로}/android/app/build/outputs/mapping/release/missing_rules.txt' which doesn't exist.

 

 

날 3시간동안 괴롭힌 녀셕...

 

 

해결방법

android/build.gradle 에서 앱러빈 버전을 4.3.7로 하면 됨.

 

classpath "com.applovin.quality:AppLovinQualityServiceGradlePlugin:4.3.7"

 

 

 

출처

https://stackoverflow.com/questions/68880375/a-problem-was-found-with-the-configuration-of-task-appsafedkinstrumentationre