/tmp directory in Linux Android SDK

前端 未结 15 2358
醉话见心
醉话见心 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:39

    Here is What I did and worked:

    mkdir -p ~/PackageOperation01 /tmp/PackageOperation01
    sudo mount --bind PackageOperation01 /tmp/PackageOperation01
    $ANDROID_HOME/tools/bin/sdkmanager "system-images;android-29;google_apis;x86_64"
    

提交回复
热议问题