error: package com.android.annotations does not exist

后端 未结 13 2388
南旧
南旧 2020-12-13 11:55

I have the following class

import com.android.annotations.NonNullByDefault;

@NonNullByDefault
public final class Log {
    ...
}

and here

13条回答
  •  孤街浪徒
    2020-12-13 12:39

    For me it was an old version of npm.

    Run npm install npm@latest -g and then npm install

提交回复
热议问题