/tmp directory in Linux Android SDK

前端 未结 15 2321
醉话见心
醉话见心 2020-12-28 15:00

Just to tinker with it, last night I installed the Android Studio/SDK, and both during install and use, it repeatedly blew my 2Gb /tmp partition. Is there any way to tell t

15条回答
  •  情歌与酒
    2020-12-28 15:43

    I succeed to unzip manually a system image to Sdk/system-images/android-xx after android studio flooded my 4GB tmp partition ...

    Thus we have just to unzip to the right place.

    Apparently it creates a /tmp/PackageOperationxx for each download, perform the download, ask you to proceed, unzip the content in tmp and move it to the right place.

    Seriously android guys ...

提交回复
热议问题