In the BUMP API I CANT ABLE TO RUN BUMPCHAT SAMPLE CODE.
My API key is correct.
In the logcat this error.
E/AndroidRuntime(1703): java.lang.NoClassDefFoundError: com.bumptech.bumpapi.BumpResources$layout
Will anyone help me about that issue.
Thanks
I think you have different package name in the layout which you are referencing in the XML from the layout class
your application is not able to find this class
com.bumptech.bumpapi.BumpResources$layoutWhich means that the
layoutclass is inside theBumpResourcesclass.Check the layout and specify the correct package name.