Kotlin 出现的 Caused by: java.lang.UnsupportedOperationException: not implemented

第一次使用Kotlinandroid新语言 就出现错误了  Caused by: java.lang.UnsupportedOperationException: not implemented  具体是BaseAdapter 里面的 TestAdapter.getCount 这句报上面的那个错误


解决方案是  把实现里面的方法 里面的这句代码 删除或者注释就好了、、、throw UnsupportedOperationException("not implemented")

你可能感兴趣的:(Kotlin 出现的 Caused by: java.lang.UnsupportedOperationException: not implemented)