How to add custom dependencies automatically in android for ever a new project is created?
I use these libraries usually, I want a way to include them in any new project I create. compile 'com.android.support:recyclerview-v7:25.1.1' compile 'com.squareup.picasso:picasso:2.5.2' compile 'com.jakewharton:butterknife:8.5.1' apt 'com.jakewharton:butterknife-compiler:8.5.0' compile 'com.squareup.okhttp3:okhttp:3.6.0' compile 'com.facebook.stetho:stetho-okhttp3:1.4.2' What should I do? Kiran Benny Joseph You can find your App level (In which you can add your dependencies as shown below) Gradle template Go to android-studio-path\plugins\android\lib\templates\eclipse\projects