79073842

Date: 2024-10-10 10:07:56
Score: 0.5
Natty:
Report link

I'm already fix this issue by

on /android/app/build.gradle please make sure about this setting

 proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro", 'dexguard-release.pro'

and on rule file add -keepresourcefiles lib/**

at first, I can not use keepresourcefiles because my proguardFiles getDefaultProguardFile wrong (I was adding dexguard-protected.pro because I thought I have to add it too)

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Suppose