nabinbhandari / Android-Permissions

Library for easy handling of android run-time permissions.
409 stars 83 forks source link

ClassNotFoundException #4

Closed missrasdiana closed 6 years ago

missrasdiana commented 6 years ago

Hi, i use your library in my library project and it works well. But, when i generate my library into aar format, and then included it to my app project, it does not work. I've found this error >> java.lang.ClassNotFoundException: Didn't find class "com.nabinbhandari.android.permissions.PermissionHandler"

Thank you

nabinbhandari commented 6 years ago

Hello,

To build the AAR file, follow the instructions below:

Make sure that you haven't enabled proguard while building the AAR file. You can enable it in your app while building APK file though.