- 博客(7)
- 收藏
- 关注
转载 java.io.IOException: Target host must not be null, or set in parameters. scheme=null, host=null, pat...
使用的 xutils 出现标题中的错误 原因:没有添加Cookie 1 params.addHeader("Cookie", CurrentUserSettings.getCookies()); 加上之后问题解决 Cookie通过以下方式获取 final HttpUtils httpUtils = new HttpUtils(); ...
2018-08-14 11:37:00 220
转载 RxJava +Retrofit 简单使用
1.添加依赖 compile 'com.squareup.retrofit2:converter-gson:2.3.0' compile 'com.squareup.retrofit2:adapter-rxjava2:2.3.0' implementation 'io.reactivex.rxjava2:rxjava:2.2.0' implementation 'io.rea...
2018-08-08 18:28:00 166
转载 Android 开源框架 -Toasty
GitHub地址 用法: 第一步:根目录的 build.gradle: allprojects { repositories { ... maven { url "https://jitpack.io" } } } 第二步:自己module中的build.gradle dependencies { ...
2018-08-06 18:58:00 199
转载 android 使用 Lottie
1.添加依赖 dependencies { implementation 'com.airbnb.android:lottie:2.5.5'//lottie } 2.1layout实现 <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http:...
2018-08-06 17:00:00 147
转载 Error:(12, 24) 警告: [deprecation] android.hardware中的Camera已过时.android
问题:android studio编译项目时出现: Error:(12, 24) 警告: [deprecation] android.hardware中的Camera已过时 解决:(只是让其不提示) 1.app的 build.gradle中 1 android { 2 ... 3 lintOptions { 4 c...
2018-08-06 09:57:00 1573
转载 Error:(18) error: '#FFFF782' is incompatible with attribute android:endColor (attr) color. --Androi...
android studio 编译是报如下错误: Error:(18) error: '#FFFF782' is incompatible with attribute android:endColor (attr) color 解决:'#FFFF782' 多了一位 删掉一位即可 转载于:https://www.cnblogs.com/tomarsNi/p/9401352.h...
2018-08-01 15:09:00 2310
转载 android studio 找不到真机设备
连接USB之后没有显示连接,如下图 设备管理器: 解决:重启电脑 转载于:https://www.cnblogs.com/tomarsNi/p/9400101.html
2018-08-01 11:03:00 186
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人