android studio 3.1 Warning: The rule `-keep public class *extends java.lang.annotation.Annotation {

后端 未结 11 1502
天命终不由人
天命终不由人 2021-01-31 07:48

i recently upgraded android studio but im not able to find the source of the following issue reported in android studio 3.1:

Warning: The rule `-keep public clas         


        
11条回答
  •  星月不相逢
    2021-01-31 08:38

    In my case the warning appeared after changing Gradle version. Once I invalidated cache & restarted Android Studio the warning disappeared.

    From the menu: File > Invalidate caches & restart

    invalidate caches & restart

提交回复
热议问题