implementation('旧依赖'){exclude group: '组',module:'模块'}例如implementation ('com.github.com:...
implementation('旧依赖'){exclude group: '组',module:'模块'}例如implementation ('com.github.com:...
腾讯金刚审计系统 http://service.security.tencent.com/kingkong 免费 无限制 腾讯御安全 http://yaq.qq.com/ 免...
方法1:win+R 输入cmd 进入命令提示符输入 cd C:\WINDOWS\system32 切换到系统位置输入 netstat -ano | findstr "50...
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader NDK架构问题去除android {default...
Caused by: java.lang.NoSuchFieldError: No field BottomNavigationView_itemTextAppearance...
加固后签名jarsigner -verbose -keystore app.jks -signedjar demo.apk myapp.apk key0app.jks 打包使...
android studio 4.2创建项目后添加三方仓库(可能更早的版本也出现这个问题,很久没创建新项目了),报该错误。意思是在setting.gradle里面配置新的三方...
后端上传图片时有个很蛋疼的设定需要验证url。发现url图片会自动添加转义字符如下www.baidu.com/img/flexible/logo/pc/result.png[...
1.任务管理器里关掉所有 monitor.exe 进程。2.删除.android目录下的monitor-workspace文件。重新尝试,打开成功
路径下的tools\lib\monitor-x86_64目录里面有记录一下,久了就忘
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean androidx.frag...
集成信鸽推送遇到can't find tinkerProcessDebugManifest, you must init tinker plugin first!官网提示 但...
对着设备绕了一圈,扣扣挖挖,发现没有蓝牙模块。淘宝买了一个BU-30蓝牙模块装上去就可以用了。开头采用分享的方式,发现图片会歪一边,文档则会乱码。后面采用printersha...
Q:调试app的时候显示unadble to connect to adb 无法连接到手机处理步骤: 打开cmd 输入 netstat -aon|findstr “503...
因为项目中有一个需求,就是SessionId是否过期,如果过期就需要用户重新登录。有限期是半个小时,超过半个小时,后台哥们就会返回403。所以我需要做的就是拦截网络请求。提前...
Retrofit 使用中遇到的一个问题因为项目中有一个需求,就是SessionId是否过期,如果过期就需要用户重新登录。有限期是半个小时,超过半个小时,后台哥们就会返回403。所以我需要做的就是拦截网络请求。提前...