Android Studio doesn't read Samsung Galaxy S5 -


i installed latest sdk tools android sdk tools 24.3.3 , android sdk platform-tools 22,and unfortunaly android studio doesn't samsung s5 galaxy. reads offline. can see picture.

android studio screen shot.

i tried adb commands kill-server , start-server no result. turned off , on usb debugging developer options..

this gradle file code in case did wrong there. have device connected mac recongised , online.

apply plugin: 'com.android.application'  android { compilesdkversion 22 buildtoolsversion "21.1.2"  defaultconfig {     applicationid "app.victory.walking.thewalkingviktory"     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'])  compile 'com.android.support:appcompat-v7:22.1.1' compile 'com.mcxiaoke.volley:library:1.0.15' compile 'com.ganyo:gcm-server:1.0.2' compile 'com.google.android.gms:play-services:7.5.0'  } 

what wrong?

just switch off phone, wait few seconds , again switch on , connect.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -