Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't find referenced method

I am getting this error after trying to generate my apk

Warning:com.sun.mail.handlers.handler_base: can't find referenced method 'boolean equals(java.awt.datatransfer.DataFlavor)' in program class javax.activation.ActivationDataFlavor

i can run my code to a device but not generating an APK

like image 924
Hicham Bagui Avatar asked Jul 03 '26 21:07

Hicham Bagui


1 Answers

Try to add this in the Proguard part of the gradle file:

-dontwarn java.awt.**,javax.activation.**,java.beans.**
like image 163
Jaythaking Avatar answered Jul 05 '26 09:07

Jaythaking



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!