logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Flutter环境搭建

Flutter简介:Flutter和Dart插件安装:下载flutter开发包:配置环境变量:执行flutter doctor命令创建Flutter项目运行Flutter项目关于Flutter的热重载Flutter中文资料下载Flu...

Fragment not attached to Activity

重建activity获取时null异常处理

#java
idea找不到符号

maven导致的导包异常

#maven#intellij-idea
AGPBI kind error text Android resource linking failed

导言:工作的闲暇时间快速看了下很久以前的老项目,这是13年的项目,用AS打开,都是问题,不过还好,一些问题解决顺利,但是只要去run,就会出现一些未知的问题异常信息:AGPBI: {"kind":"error","text":"Android resource linking failed","sources":[{"file":"..\\.gradle\\caches\\transforms-2

#android
android.database.sqlite.SQLiteException: no such table

问题:由于经常需要操作数据库,但是greendao使用时会容易出现一个问题Caused by:android.database.sqlite.SQLiteException:no such table: JPUSH_BEAN (Sqlite code 1 SQLITE_ERROR): , while compiling: SELECT T."_id",T."UID",T."PUSH_CONT...

#android
android.intent.action.MAIN -c android.intent.category.LAUNCHER问题

问题:由于某些手机调试中需要卸载,但是手动卸载后重新run,报错Error while executing: am start -n ".../...LoginActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHERStarting: Intent { act=android.intent.acti...

#android
到底了