We just changed our application to use the appcompat-v7 support
library in order to take advantage of the support actionbar and support Material themes. Using <
Change the Compile Sdk Version of your project to "API 18:(JellyBean)"
The default is set to "Lollipop"
So far it solved my problem on Qmobile i9
STEPS
I encountered the same issue on Tecno P9, but after using build tools 24 and for my support library I used 24.2.0, it was fixed.
Replace AppCompatActivity With Activity
This helped me.