test Android inspector
diff --git a/android/playground/build.gradle b/android/playground/build.gradle
index 1d896f6..4ed19a4 100755
--- a/android/playground/build.gradle
+++ b/android/playground/build.gradle
@@ -109,7 +109,7 @@
     implementation 'com.taobao.android.weex_inspection:protocol:1.1.4.1'
     implementation 'com.android.support.test.espresso:espresso-idling-resource:2.2.2'
     implementation 'com.taobao.android:weex_inspector:0.24.2.4'
-    //implementation project(":weex_inspector")
+//    implementation project(":inspector")
 
     // Bind actions to effects. See https://alibaba.github.io/bindingx/
     implementation 'com.alibaba.android:bindingx-core:1.1.1.2@aar'
diff --git a/android/settings.gradle b/android/settings.gradle
index f752347..d708390 100644
--- a/android/settings.gradle
+++ b/android/settings.gradle
@@ -2,4 +2,6 @@
 include ":playground"
 include ":commons"
 
+//include ":inspector"
+//project(":inspector").projectDir = new File("../../inspector")