java.lang.ExceptionInInitializerError | Caused by: com.b.a.c.b: 'com.b.a.b.a' requires the 'sequence' attribute
问题 I am getting following exception in different areas of my project. And worst thing is I have no idea what it is... I do not have com.b.a.c.b package in my project. I tried searching on web but still, I am not understanding what is causing this exception. This exception is thrown on onCreate() method (I guess) after an Intent call from another Activity . Note: I am using gson 2.2.4 with POJO method, just before this I got this exception, I was facing error in JSON creation with same kind of