- 博客(7)
- 收藏
- 关注
转载 java.io.IOException: Target host must not be null, or set in parameters. scheme=null, host=null, pat...
使用的 xutils出现标题中的错误原因:没有添加Cookie1 params.addHeader("Cookie", CurrentUserSettings.getCookies());加上之后问题解决Cookie通过以下方式获取 final HttpUtils httpUtils = new HttpUtils(); ...
2018-08-14 11:37:00 133
转载 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 60
转载 Android 开源框架 -Toasty
GitHub地址用法:第一步:根目录的 build.gradle:allprojects { repositories { ... maven { url "https://jitpack.io" } }}第二步:自己module中的build.gradledependencies { ...
2018-08-06 18:58:00 112
转载 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 94
转载 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 577
转载 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 1365
转载 android studio 找不到真机设备
连接USB之后没有显示连接,如下图设备管理器:解决:重启电脑转载于:https://www.cnblogs.com/tomarsNi/p/9400101.html
2018-08-01 11:03:00 139
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人