Skip to content

TODO #331

@csongorkeller

Description

@csongorkeller

Intune Android App SDK Gradle Build Plugin Issue

Questions to Ask Before Submission

  1. Does your app compile and launch successfully without the Intune App SDK?
  2. Have you checked the Microsoft Intune App SDK for Android repository for similar issues?
  3. 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:

  • NA

Third-Party Library Dependencies

If your app includes any third-party libraries, please list them here, along with the version info:

  • NA

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions