上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: 今天打算把注册登录和项目结合到一起,还是使用的bmob后端云,借鉴了人家的代码,发现可以运行,也能注册成功,Bmob云端又已经数据添加成功了,但是出现了9015的错误 错误码9015,说什么空指针异常。 结果是因为在AndroidManifest.xml中添加Bmob Content Provide 阅读全文
posted @ 2021-04-29 18:29 IT龚哞哞 阅读(66) 评论(0) 推荐(0)
摘要: 记录一下: 今天导入别人的项目时运行的时候出现的错误: Widget.Material.Light.ProgressBar.Horizontal" (10302b8) is not a Drawable (color or path) 原因在布局界面的:android:progressDrawabl 阅读全文
posted @ 2021-04-28 16:37 IT龚哞哞 阅读(48) 评论(0) 推荐(0)
摘要: bug: Gradle version 2.10 is required. Current version is 4.8.1. 解决:https://blog.csdn.net/rodulf/article/details/51535981 bug2: failed to find Build To 阅读全文
posted @ 2021-04-26 18:23 IT龚哞哞 阅读(47) 评论(0) 推荐(0)
摘要: 1,bug: Error: Error parsing E:\android-sdk-windows\system-images\android-28\android-wear\x86\devices.xml 解决: 把sdk目录下的文件替换该文件,重启eclipse即可。 2, 阅读全文
posted @ 2021-04-25 17:35 IT龚哞哞 阅读(38) 评论(0) 推荐(0)
摘要: bug: [2021-04-23 08:48:43 - Android Framework Parser] failed to collect preference classes 解决: 在eclipse目录下的eclipse.ini中最底下几行,修改下内存大小: 把内存改大一点: 然后重启ecl 阅读全文
posted @ 2021-04-23 09:06 IT龚哞哞 阅读(260) 评论(0) 推荐(0)
摘要: 续day21: bug: org.gradle.cache.LockTimeoutException: Timeout waiting to lock file hash cache (C:\Users\Administrator\.gradle\wrapper\dists\gradle-6.7.1 阅读全文
posted @ 2021-04-22 16:01 IT龚哞哞 阅读(93) 评论(0) 推荐(0)
摘要: bug: Connection refused: connect 原因: gradle.properties 文件中使用了代理 systemProp.http.proxyHost=127.0.0.1systemProp.https.proxyPort=10809systemProp.https.pr 阅读全文
posted @ 2021-04-21 16:20 IT龚哞哞 阅读(57) 评论(0) 推荐(0)
摘要: 电脑小技巧:(含个人偏好设置) 切换屏幕alt+tab键(win10) 微信设置的截屏:alt+A(适用于电脑) office 2010: 查找:ctrl+F, 替换:ctrl+H word中取消所有超链接:ctrl+shift+f9 全屏显示文档:alt+V+U,取消esc 全选:ctrl+A A 阅读全文
posted @ 2021-04-20 17:11 IT龚哞哞 阅读(1387) 评论(0) 推荐(0)
摘要: bug: 今天导入别人的项目时,遇到Could not resolve all files for configuration ':app:debugCompileClasspath'.的问题: 解决方案如下:在project级别下的build.gradle文件中的allprojiects大括号里添 阅读全文
posted @ 2021-04-20 17:09 IT龚哞哞 阅读(55) 评论(0) 推荐(0)
摘要: word-去除所有标点符号回车空格 ctrl+H:替换文本 ^p表示回车 阅读全文
posted @ 2021-04-18 13:22 IT龚哞哞 阅读(89) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 9 下一页