SyntaxFix
Write A Post
Hire A Developer
Questions
Changing compile 'com.android.support:appcompat-v7:21.0.0' into compile 'com.android.support:appcompat-v7:20.0.0' in gradle.build works for me.
compile 'com.android.support:appcompat-v7:21.0.0'
compile 'com.android.support:appcompat-v7:20.0.0'