Questions to Ask Before Submission
- Does your app compile and launch successfully without the Intune App SDK?
- Have you checked the Microsoft Intune App SDK for Android repository for similar issues?
- Are you using the latest version of the SDK and Plugin?
Summary
WE've integrated IntuneMAM a while ago for both Android and iOS. Recently we started receiving these kind of issues:
Fatal Exception: com.microsoft.intune.mam.client.strict.MAMStrictModeCheckFailedError: MAM Strict Mode check SEVERE_EVENT failed. Samsung Translate resource ID lookup failed, resource name may have changed.
at com.microsoft.intune.mam.client.strict.MAMStrictEnforcement.checkFailed(:198)
at com.microsoft.intune.mam.client.strict.MAMStrictEnforcement.check(:212)
at com.microsoft.intune.mam.client.strict.MAMStrictEnforcement.checkSevereLogMessage(:473)
at o.zzoj.publish(:60)
at com.microsoft.intune.mam.log.MAMLogHandlerWrapperImpl.publish(MAMLogHandlerWrapperImpl.java:200)
at java.util.logging.Logger.log(Logger.java:738)
at com.microsoft.intune.mam.log.MAMLogger.log(:233)
at com.microsoft.intune.mam.log.MAMLogger.error(:316)
at com.microsoft.intune.mam.log.MAMLogger.error(:293)
at com.microsoft.intune.mam.client.view.ManagedActionModeCallback.onActionItemClicked(:99)
at com.microsoft.intune.mam.client.view.ManagedActionModeCallback2.onActionItemClicked(:67)
at com.android.internal.policy.DecorView$ActionModeCallback2Wrapper.onActionItemClicked(DecorView.java:3857)
at com.android.internal.view.FloatingActionMode$3.onMenuItemSelected(FloatingActionMode.java:97)
at com.android.internal.view.menu.MenuBuilder.dispatchMenuItemSelected(MenuBuilder.java:787)
at com.android.internal.view.menu.MenuItemImpl.invoke(MenuItemImpl.java:157)
at com.android.internal.view.menu.MenuBuilder.performItemAction(MenuBuilder.java:934)
at com.android.internal.view.menu.MenuBuilder.performItemAction(MenuBuilder.java:924)
at com.android.internal.view.FloatingActionMode.lambda$setFloatingToolbar$0$FloatingActionMode(FloatingActionMode.java:127)
at com.android.internal.view.-$$Lambda$FloatingActionMode$LU5MpPuKYDtwlFAuYhXYfzgLNLE.onMenuItemClick(:2)
at com.android.internal.widget.FloatingToolbar$FloatingToolbarPopup$2.onClick(FloatingToolbar.java:477)
at android.view.View.performClick(View.java:8160)
at android.view.View.performClickInternal(View.java:8137)
at android.view.View.access$3700(View.java:888)
at android.view.View$PerformClick.run(View.java:30236)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:246)
at android.app.ActivityThread.main(ActivityThread.java:8653)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
Can you help pointing towards a possible fix? We don't have strict Mode enabled in production
Details
- Intune Android App SDK Version: 11.0.0
- Gradle Version:
- AGP Version:
- Operating System (Mac, Linux, Windows) and Version:
- Android Studio Version:
Logs
Before submitting, please attach the following:
Android Studio / Gradle Logs
Please write the output of your Gradle build (with the --debug and --stacktrace options) to a file and attach it to this issue.
Gradle Build Plugin Report Logs
Please enable reporting and share the resulting files at output\logs as a zip file.
AndroidX Dependencies
If your app includes any AndroidX libraries, please list them here, along with the version info:
Third-Party Library Dependencies
If your app includes any third-party libraries, please list them here, along with the version info:
Intune Android App SDK Gradle Build Plugin Issue
Questions to Ask Before Submission
Summary
WE've integrated IntuneMAM a while ago for both Android and iOS. Recently we started receiving these kind of issues:
Fatal Exception: com.microsoft.intune.mam.client.strict.MAMStrictModeCheckFailedError: MAM Strict Mode check SEVERE_EVENT failed. Samsung Translate resource ID lookup failed, resource name may have changed.
at com.microsoft.intune.mam.client.strict.MAMStrictEnforcement.checkFailed(:198)
at com.microsoft.intune.mam.client.strict.MAMStrictEnforcement.check(:212)
at com.microsoft.intune.mam.client.strict.MAMStrictEnforcement.checkSevereLogMessage(:473)
at o.zzoj.publish(:60)
at com.microsoft.intune.mam.log.MAMLogHandlerWrapperImpl.publish(MAMLogHandlerWrapperImpl.java:200)
at java.util.logging.Logger.log(Logger.java:738)
at com.microsoft.intune.mam.log.MAMLogger.log(:233)
at com.microsoft.intune.mam.log.MAMLogger.error(:316)
at com.microsoft.intune.mam.log.MAMLogger.error(:293)
at com.microsoft.intune.mam.client.view.ManagedActionModeCallback.onActionItemClicked(:99)
at com.microsoft.intune.mam.client.view.ManagedActionModeCallback2.onActionItemClicked(:67)
at com.android.internal.policy.DecorView$ActionModeCallback2Wrapper.onActionItemClicked(DecorView.java:3857)
at com.android.internal.view.FloatingActionMode$3.onMenuItemSelected(FloatingActionMode.java:97)
at com.android.internal.view.menu.MenuBuilder.dispatchMenuItemSelected(MenuBuilder.java:787)
at com.android.internal.view.menu.MenuItemImpl.invoke(MenuItemImpl.java:157)
at com.android.internal.view.menu.MenuBuilder.performItemAction(MenuBuilder.java:934)
at com.android.internal.view.menu.MenuBuilder.performItemAction(MenuBuilder.java:924)
at com.android.internal.view.FloatingActionMode.lambda$setFloatingToolbar$0$FloatingActionMode(FloatingActionMode.java:127)
at com.android.internal.view.-$$Lambda$FloatingActionMode$LU5MpPuKYDtwlFAuYhXYfzgLNLE.onMenuItemClick(:2)
at com.android.internal.widget.FloatingToolbar$FloatingToolbarPopup$2.onClick(FloatingToolbar.java:477)
at android.view.View.performClick(View.java:8160)
at android.view.View.performClickInternal(View.java:8137)
at android.view.View.access$3700(View.java:888)
at android.view.View$PerformClick.run(View.java:30236)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:246)
at android.app.ActivityThread.main(ActivityThread.java:8653)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
Can you help pointing towards a possible fix? We don't have strict Mode enabled in production
Details
Logs
Before submitting, please attach the following:
output\logsas a zip file.Android Studio / Gradle Logs
Please write the output of your Gradle build (with the
--debugand--stacktraceoptions) to a file and attach it to this issue.Gradle Build Plugin Report Logs
Please enable reporting and share the resulting files at
output\logsas a zip file.AndroidX Dependencies
If your app includes any AndroidX libraries, please list them here, along with the version info:
Third-Party Library Dependencies
If your app includes any third-party libraries, please list them here, along with the version info: