nox_adb.exe connect 127.0.0.1:62001
compile 'com.android.support:recyclerview-v7:26.0.0-alpha1'
compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
com.squareup.okhttp3:logging-interceptor:3.9.0
com.squareup.okhttp3:okhttp:3.9.0
io.github.openfeign:feign-gson:9.5.1
com.google.code.gson:gson:2.8.2
com.orhanobut:logger:1.15
org.greenrobot:eventbus:3.0.0
compile 'com.facebook.fresco:fresco:1.5.0'
junit:junit:4.12
org.greenrobot:greendao:3.2.2
compile 'org.greenrobot:eventbus:3.1.1'
compile 'com.facebook.fresco:fresco:0.12.0'
adb重连代码
adb connect 127.0.0.1:62001
compile 'com.squareup.retrofit2:retrofit:2.3.0'
compile 'com.squareup.retrofit2:converter-gson:2.3.0'
RXjava
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
compile 'io.reactivex.rxjava2:rxjava:2.1.7'
compile 'com.squareup.retrofit2:adapter-rxjava2:2.3.0'
com.android.support:recyclerview-v7:26.0.0-alpha1
compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
com.squareup.okhttp3:logging-interceptor:3.9.0
com.squareup.okhttp3:okhttp:3.9.0
io.github.openfeign:feign-gson:9.5.1
com.google.code.gson:gson:2.8.2
com.orhanobut:logger:1.15
org.greenrobot:eventbus:3.0.0
com.facebook.fresco:fresco:1.5.0
junit:junit:4.12
org.greenrobot:greendao:3.2.2
compile 'com.hjm:BottomTabBar:1.1.1'
compile 'com.ysyao:bottomtabbar:1.0.3'
compile 'com.squareup.okhttp3:okhttp:3.9.0'
compile 'com.google.code.gson:gson:2.8.2'
compile 'com.squareup.okhttp3:logging-interceptor:3.9.0'
compile 'com.youth.banner:banner:+'
compile 'com.android.support:recyclerview-v7:26.0.0-alpha1'
compile 'com.youth.banner:banner:1.4.10'
compile 'com.facebook.fresco:fresco:1.5.0'
compile 'com.jwenfeng.pulltorefresh:library:1.0.3'
compile 'org.greenrobot:eventbus:3.1.1'
compile 'com.facebook.fresco:fresco:1.5.0'
// For animated GIF support
compile 'com.facebook.fresco:animated-gif:1.5.0'
// For WebP support, including animated WebP
compile 'com.facebook.fresco:animated-webp:1.5.0'
compile 'com.facebook.fresco:webpsupport:1.5.0'
// For WebP support, without animations
compile 'com.facebook.fresco:webpsupport:1.5.0'
compile 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
compile 'org.greenrobot:eventbus:3.1.1'
数据库需要导入 greenDao
mavenCentral()
classpath 'org.greenrobot:greendao-gradle-plugin:3.1.0'
compile'org.greenrobot:greendao:3.1.0'
compile'org.greenrobot:greendao-generator:3.1.0'
apply plugin: 'org.greenrobot.greendao'
//retrofit请求数据
compile 'com.squareup.retrofit2:retrofit:2.3.0'
compile 'com.squareup.retrofit2:converter-gson:2.3.0'
//Rxjava
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
compile 'io.reactivex.rxjava2:rxjava:2.1.7'
compile 'com.squareup.retrofit2:adapter-rxjava2:2.3.0'
//adb
夜神模拟器 adb connect 127.0.0.1:62001
逍遥模拟器 adb connect 127.0.0.1:21503