DELETE_FAILED_INTERNAL_ERROR Error while Installing APK

后端 未结 30 3723
Happy的楠姐
Happy的楠姐 2020-11-28 18:43

I am using Android Studio 2.2 Preview. I am facing the issue

Failure: Install failed invalid apk

Error: While installing apk,

30条回答
  •  星月不相逢
    2020-11-28 19:07

    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
        ...
    }
    

提交回复
热议问题