2016-10-20 1 views
0

여보세요에 문제는 ... 내가 목록보기 클래스에 문제가있어 ... 문제는 내가 예를 들어 얻을 수입 함께 :이목록보기 클래스

import android.annotation.Nullable; 

같은 :의 기호 널 (NULL)를 해결할 수 :

import com.google.android.collect.Lists; 
import android.annotation.IdRes; 
import android.annotation.NonNull; 
import android.util.MathUtils; 
import android.view.ViewHierarchyEncoder; 
import android.view.ViewRootImpl; 

내 의존성이다 :

dependencies { 
    compile fileTree(include: ['*.jar'], dir: 'libs') 
    testCompile 'junit:junit:4.12' 

    compile 'com.android.support:appcompat-v7:24.1.1' 
    compile 'com.google.android.gms:play-services:9.4.0' 
    compile 'com.google.android.gms:play-services-ads:9.4.0' 
    compile 'com.google.android.gms:play-services-auth:9.4.0' 
    compile 'com.google.android.gms:play-services-gcm:9.4.0' 
    compile 'com.android.volley:volley:1.0.0' 
    compile 'com.android.support:multidex:1.0.1' 
    compile 'com.android.support:support-v4:24.1.1' 
    compile 'com.android.support:design:24.1.1' 
    compile 'pl.droidsonroids.gif:android-gif-drawable:1.1.6' 
    compile 'com.intellij:annotations:[email protected]' 
} 

답변

0

를 추가해보십시오; compile 'com.android.support:support-annotations:23.4.0' import android.annotation.Nullable;

수입과 관련하여 직면 한 다른 문제는 아마도 귀하의 의존성과 관련이 있습니다.