I am creating android application using Aide (mobile ide). My project has no errors but when I run the app, during building APK it displays an error dialog with message :
'Packaging error: com.blankj.utilcode.util.ReflectUtil sSReflectException: java.lang.refle ct.InvocationTargetException '.
This has happened when I added these two libraries in my project:
Dexter library : to handle runtime permission in android
KingsMentor library : to scan barcode or QR code
Please help me how do I fix it?