How to overcome app not installed error when building from Android Studio 3.0?

前端 未结 9 758
独厮守ぢ
独厮守ぢ 2021-01-06 04:25

For giving build for a debug Android app from Android Studio 3.0, it’s not installing in Mobile having Marshmallow and up (in Lollipop not tested).

I have used many

9条回答
  •  渐次进展
    2021-01-06 04:55

    In my case my debug apk worked fine but when i try to install Signed apk then following error shows

    "APP not Installed"

    then i add

    multiDexEnabled true 
    

    in gradel fine then its work fine

提交回复
热议问题