pRaNaY

Results 4 comments of pRaNaY

Find where you already used the attribute "type" in your project (most likely in attrs.xml) and rename that. you can see also [Gradle error “Attribute ”xxx“ has already been defined”...

Can you try `getChildFragmentManager()` instead of 'getSupportFragmentManager()` ? It may helps you.

While debugging app and also adding exception handling code as below, yet I am getting same exception: `try { context.startActivity(intent); } catch (ClassCastException e) { e.printStackTrace(); }` I found: [ClassCastException...