Installation failed with message Error: android.os.ParcelableException: java.io.IOException: Requested internal only, but not enough space

后端 未结 7 2127
余生分开走
余生分开走 2020-12-11 03:11

I was getting the message

> Installation failed with message Failed to establish session.

so following some responses to the problem I

7条回答
  •  清歌不尽
    2020-12-11 03:30

    Put this line inside app/build.gradle:

     defaultConfig {
        ... 
        android:installLocation="auto"
        ....
     }
    

提交回复
热议问题