DELETE_FAILED_INTERNAL_ERROR Error while Installing APK

后端 未结 30 3668
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条回答
  •  萌比男神i
    2020-11-28 19:12

    Even after following all the suggestions, if it shows error then check your buildType in Gradle.

    Make sure signingConfig signingConfigs.config

    is in release scope, not in debug.

提交回复
热议问题