Android Studio: Application Installation Failed

前端 未结 29 2135
清歌不尽
清歌不尽 2020-11-28 22:42

I\'ve been trying to learn how to use Android Studio but when I attempted to run one of the sample programs I get this error message:

Installation fai

29条回答
  •  借酒劲吻你
    2020-11-28 23:19

    if your "versionCode" in build.gradle file is less than the eralier version code then, your app wont install. Try to install with same "version code" or more than that.

提交回复
热议问题