Skip to content Skip to sidebar Skip to footer

Android Error While Compiling Com.android.support:support-v4:24.0.0

Currently, my android compileSdkVersion is set to 24 and in my dependencies, I have included compile 'com.android.support:support-v4:24.0.0' However when I try to build, I get an e

Solution 1:

This is because there is a compatibility issue in your dependencies. Your support library is not compatible with the other library, something like Firebase/Google Play Service.


Post a Comment for "Android Error While Compiling Com.android.support:support-v4:24.0.0"