You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes: https://bugzilla.xamarin.com/show_bug.cgi?id=58340
Lint added a new warning which checks for static fields on
Java classes. Unfortunately we need to use a static in our
MonoPackageManager.java classes because we need to keep track
of the Application instance. So we should ignre this particlar
warning.
0 commit comments