我正在開發一個Android應用程序並使用在Android 6.0.1上運行的Nexus 7設備進行測試。亞行看不到我的Nexus 7在Android 6.0.1上運行
問題是,當我嘗試使用此設備來測試亞行沒有看到它! 這裏是我的build.gradle文件,如果你能幫助我:
apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
useLibrary 'org.apache.http.legacy'
defaultConfig {
applicationId "com.sifast.gpstracking.client"
minSdkVersion 19
targetSdkVersion 19
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:23.1.1'
compile 'org.apache.httpcomponents:httpclient:4.5'
}
你使用什麼操作系統?終端中「adb設備」的輸出是什麼? – Christopher
其硬件問題。不要和你的gra。一起。 –
嘗試每個USB端口。有些時候usb問題是由於故障引起的。 –