2016-10-20 1 views
0

hellowの問題が..私は、リストビュークラスに問題を抱えている...問題は、私は例えば取得輸入である:このリストビュークラス

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;

のための他の問題は、おそらくあなたの依存関係に関連しています。

関連する問題