The constructor ArrayAdapter<Source>(TestFragment, int, List<Source>) is undefined

The constructor ArrayAdapter<Source>(this, int, List<Source>) is undefined

原因有内部类不能用this,、

解决办法this改直接引用 activity

posted on 2016-09-02 10:03  android错误  阅读(126)  评论(0)    收藏  举报

导航