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

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -