实际上,每当我要从android studio执行我的项目时,它花费太多时间意味着30到40分钟可能更多,有时只有当我同步我的gradel并进行非常小的更改时才立即启动。 目前我一直在使用android studio 2.1,尽管如此,我还是没有对gradle进行重大更改,android工作室花费了太多时间来执行项目。以下是我的gradle包含。
依赖项{compile fileTree(include: ['*.jar'], dir: 'libs')
//This line is added
compile 'com.google.android.gms:play-services-gcm:8.3.0'
//Volley Library
compile 'com.mcxiaoke.volley:library-aar:1.0.0'
compile 'com.android.support:support-v4:23.+'
compile 'com.google.android.gms:play-services-appindexing:8.3.0'
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.android.support:design:23.0.1'
}