Issue in resolving nonnull and notnull symbol in looper.java

后端 未结 5 2049

I\'m developing an android app please help me to solve dependency error.

package android.os;
import android.support.annotation.NonNull;
import android.suppor         


        
5条回答
  •  长发绾君心
    2021-01-17 14:06

    Add following in your dependencies

    dependencies {
        compile 'com.android.support:support-annotations:+'
    }
    

提交回复
热议问题