android sdk-从sdk

时间:2018-05-14 06:41:37

标签: android android-studio android-sdk-tools

我的sdk文件夹占用了大约100GB的磁盘空间,我想清理它并只保留必要的文件,为此,我提出了一些问题:

1-我使用genymotion为我的虚拟设备而且我不使用android studio默认模拟器,我是否需要系统图像或者我可以删除它们?它获得了大约60GB的磁盘使用量

2-我需要所有这些sdk工具吗? enter image description here

这就是我在gradle中使用的内容:

compileSdkVersion 26
    buildToolsVersion '27.0.3'

    defaultConfig {
        applicationId "com.persiandesigners.market"
        minSdkVersion 14
        targetSdkVersion 26
    }
        compile 'com.android.support:appcompat-v7:26.0.0-alpha1'
    compile 'com.android.support:appcompat-v7:26.0.0-alpha1'
    compile 'com.android.support:recyclerview-v7:26.0.0-alpha1'
    compile 'com.android.support:cardview-v7:26.0.0-alpha1'
    compile 'com.android.support:design:26.0.0-alpha1'

3-I我的sdk中安装了很多东西: enter image description here

我需要所有这些吗? 请帮我整理一下我的系统

0 个答案:

没有答案