1、NullPointerException  空指针异常

     (判断对象有没有赋值  .的前面的这个对象)


  2、ClassNotFoundException  指定的类不存在

       ActivityNotFoundException  activity找不到


     (检查一下清单文件:类名是否声明一致、过滤条件不一样)


  3、ArrayIndexOutofBoundsException  数组下标越界

  4、StringIndexOutofBoundsException  字符串索引越界

  5、ArithmeticException  数学运算异常

     除数为0

  6、ClassCastException  类转换异常

     常见:修改布局之后,容易出现

     解决:project ---> clean  

  7、IllegalArgumentException  非法参数异常

  8、IllegalStateException  非法状态异常