#listview #android-studio
#listview #android-studio
Вопрос:
привет .. у меня проблема с классом Listview… проблема в импорте, который я получаю, например: не удается разрешить символ, обнуляемый в:
import android.annotation.Nullable;
то же самое с :
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: @jar'
}
Ответ №1:
Попробуйте добавить; compile 'com.android.support:support-annotations:23.4.0'
для import android.annotation.Nullable;
Другие проблемы, с которыми вы сталкиваетесь при импорте, вероятно, связаны с вашими зависимостями.