I am using Android Studio 2.2 Preview. I am facing the issue
Failure: Install failed invalid apk Error: While installing apk,
Failure: Install failed invalid apk
Error: While installing apk,
I just updated minSdkVersion to 17 and sync. And then I solved that problem.
in the build.gradle(Module:app), Change like below.
defaultConfig { ... minSdkVersion 17 ... }