Issue in resolving nonnull and notnull symbol in looper.java

后端 未结 5 2053

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条回答
  •  Happy的楠姐
    2021-01-17 13:57

    Add following in your dependencies

    compile 'com.android.support:support-annotations:+'
    

    Also, verify this

    Go to File -> Setting -> search for "nullable" and verify these settings.

提交回复
热议问题