I am nubie at programming android and I know here on fourm is a lot of pages discrabing solution for my problem, but now I lose 2 days in still don\'t get the solution. Plea
I was having this error and after hours of searching I've came out it was my mistake (Oh! But this is impossible! LOL).
The problem for me was that I've added the android:theme="@style/Theme.appcompat.Light"
to the layout XMLs instead of the app manifest.
As soon I've removed the atributes from the layouts and replaced the one on the manifest everything worked like expected.