
Failed方案
一路上遇到的各种报错
Just_Paranoid
Android Developer | AOSP Researcher | ML Researcher
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
java.lang.IllegalStateException: ViewHolder views must not be attached when created.
java.lang.IllegalStateException: ViewHolder views must not be attached when created.原创 2024-06-24 23:44:13 · 456 阅读 · 0 评论 -
java.lang.IllegalArgumentException: invalid pointerIndex -1 for MotionEvent
java.lang.IllegalArgumentException: invalid pointerIndex -1 for MotionEvent原创 2024-05-31 15:31:30 · 1017 阅读 · 0 评论 -
java.lang.IllegalStateException: The content of the adapter has changed but ListView did not receive
在 Android 开发中,当您修改与 ListView 适配器关联的数据时,会发生这种情况,但适配器不会将更改通知 ListView。这会导致 ListView 显示过时的信息。原创 2024-05-29 23:57:15 · 394 阅读 · 2 评论 -
Caused by: java.util.ConcurrentModificationException
Caused by: java.util.ConcurrentModificationException 报错解析原创 2024-05-29 16:24:27 · 676 阅读 · 0 评论 -
class file has wrong version 61.0, should be 55.0
class file has wrong version 61.0, should be 55.0原创 2024-03-15 17:47:21 · 2251 阅读 · 0 评论 -
解决MobaXtem中使用vim不能复制到Windows
解决MobaXtem中使用vim不能复制到Windows原创 2021-07-29 17:39:21 · 5385 阅读 · 1 评论 -
Device is locked. Please unlock the device first
adb root 提示 Device is locked. Please unlock the device first 解决方法原创 2023-01-30 15:35:44 · 3276 阅读 · 1 评论 -
ERROR: commit 7405614: missing Change-Id in message footer
报错fangjian@u123:/home3/fangjian/LA.UM.9.12$ git push origin HEAD:refs/for/SRM900_customCounting objects: 29, done.Delta compression using up to 64 threads.Compressing objects: 100% (27/27), done.Writing objects: 100% (29/29), 2.76 KiB | 0 bytes/s, d.原创 2021-01-12 20:42:15 · 1629 阅读 · 0 评论 -
error: commit is not possible because you have unmerged files
报错fangjian@u123:/home3/fangjian/LA.UM.9.12$ git pullerror: commit is not possible because you have unmerged files.hint: Fix them up in the work tree, and then use 'git add/rm <file>'hint: as appropriate to mark resolution and make a commit.fat.原创 2020-12-30 15:51:39 · 2210 阅读 · 0 评论 -
mkdir: cannot create directory ‘/temp/jack-Date.BU/jack-task-92597/‘: Permission denied
编译报错mkdir: cannot create directory '/temp/jack-Date.BU/jack-task-92597/': Permission denied解决方案#根目录下进入/tmp/cd /tmp/#查看jack-Data.BU所有者ls -al#更改权限chmod 777 -R jack-Date.BU/#再次查看权限是否改过成功ls -al#退出cd ~...原创 2020-10-29 14:23:13 · 1481 阅读 · 0 评论 -
error: Your local changes to the following files would be overwritten by checkout:
fangjian@u227:~/LA.UM.7.6$ git checkout -b MC510_custom_CTA origin/MC510_custom_CTA**error: Your local changes to the following files would be overwritten by checkout:** packages/apps/CIT/cit.apk packages/apps/SnapdragonCamera/res/values/s原创 2020-08-07 10:13:38 · 1282 阅读 · 0 评论 -
remount of the / superblock failed: Permission denied
将编译的模块通过"adb push"到/system文件夹中,须执行"adb remount",但是Android9.0的会出现失败提示"remount of the / superblock failed: Permission denied"报错C:\Users\Admin>adb rootrestarting adbd as rootC:\Users\Admin>adb remountremount of the / superblock failed: Permissio原创 2020-07-22 10:54:27 · 1792 阅读 · 0 评论