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
{{ message }}
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.
Deploying to Android (any version) results in a java.lang.NoClassDefFoundError b/c the java.lang.management classes when there's a dependency on log4j (just an example).
Example
Depending on log4j may result in the following exception b/c the management classes are not present: Rejecting re-init on previously-failed class java.lang.Class<org.apache.logging.log4j.core.lookup.JmxRuntimeInputArgumentsLookup>
The text was updated successfully, but these errors were encountered:
Deploying to Android (any version) results in a java.lang.NoClassDefFoundError b/c the java.lang.management classes when there's a dependency on log4j (just an example).
Exception
java.lang.NoClassDefFoundError: Failed resolution of: Ljava/lang/management/ManagementFactory;
Example
Depending on log4j may result in the following exception b/c the management classes are not present:
Rejecting re-init on previously-failed class java.lang.Class<org.apache.logging.log4j.core.lookup.JmxRuntimeInputArgumentsLookup>
The text was updated successfully, but these errors were encountered: