android 自定义View Caused by: java.lang.ClassNotFoundException: Didn't find class

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android 自定义View Caused by: java.lang.ClassNotFoundException: Didn't find class相关的知识,希望对你有一定的参考价值。

android studio中, 自定义View 时,出现 Caused by: java.lang.ClassNotFoundException: Didn‘t find class

在查看包名和类名都没有错误的情况,一个可能的原因是,在添加包名时,粗心导致把包类型定义为androidTest下了

如下图所示:

技术分享

 

本人做为android  新手,英语水平一般,只是如实记录自己所犯的错,高手不喜勿吐。

以上是关于android 自定义View Caused by: java.lang.ClassNotFoundException: Didn't find class的主要内容,如果未能解决你的问题,请参考以下文章

Caused by: java.lang.NoSuchMethodException: <init> [class android.content.Context, int

Caused by: java.lang.ClassNotFoundException:xxx.xxx.xxx

`Caused by: java.lang.RuntimeException: view must have a tag`的实际含义是啥?

android listview Caused by: java.lang.ArrayIndexOutOfBoundsException: length=3; index=3

解决:Caused by: android.content.res.Resources$NotFoundException: String resource ID #0x2

Sample Apps by Android Team -- Amazed