I\'m trying to build my app but without success.. I tried several way but nothing was worked. The exception is:
Caused by: java.lang.IllegalStateException: T
Assuming you got this lines in styles.xml:
styles.xml
Add these extra lines after:
Then add this to your activity in manifest:
That was best solution for me after checking tutorials and other solutions