I need to implement JUnit RobolectricTestRunner in my project. I had used many libraries in my project. So, I got this error java.lang.NoClassDefFoundError: com/xiaomi/mipush/sdk/PushMessageReceiver
Any solution for this issue or how to exclude some libraries for RobolectricTestRunner test case.