我安装了所有最新的SDK工具Android SDK Tools 24.3.3和Android SDK Platform-tools 22,不幸的是android studio不喜欢我的三星S5 Galaxy。它将其读取为离线。你可以看到图片。
我尝试了adb命令kill-server和start-server但没有结果。我还关闭了开发人员选项中的USB调试..
这是我的gradle文件代码,以防我在那里做错了。我有另一台设备连接到我的mac,它被重新识别并在线。
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'
}
可能有什么不对?
答案 0 :(得分:2)
只需关闭手机,等待几秒钟,然后再次打开然后连接。
答案 1 :(得分:0)
安装Samsung Kies然后查看它是否正在检测。
查看手机中是否启用了调试选项。