Project not synced in android studio 22.0.1 buildversion tool ubuntu -


i want sync project in build 22.0.1 when set gradle file below taking process sync continuously

android { compilesdkversion 22 buildtoolsversion "22.0.1"  defaultconfig {     applicationid "com.example.sphere65.myapplication2"     minsdkversion 15     targetsdkversion 22     versioncode 1     versionname "1.0" } buildtypes {     release {         minifyenabled false         proguardfiles getdefaultproguardfile('proguard-android.txt'), 'proguard-rules.pro'     }   } }  dependencies { compile filetree(dir: 'libs', include: ['*.jar']) testcompile 'junit:junit:4.12' compile 'com.android.support:appcompat-v7:22+' compile 'com.android.support:design:22+' } 


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -