Git Submodule Causing Failure [install_failed_older_sdk] Android Sdk 21
I am working on an app and trying to use the new material design, aka sdk version 21. I had everything working fine, and then wanted to at a fab (floating action button) using this
Solution 1:
This error is usually caused by deploying an APK built with "compileSdkVersion n" to a device or emulator with an API level less than "n". Is your emulator at the right API level?
Post a Comment for "Git Submodule Causing Failure [install_failed_older_sdk] Android Sdk 21"