microsoftconnect / intune-app-wrapping-tool-android

Use the Intune App Wrapping Tool for Android to enable Android apps to be managed by Microsoft Intune
28 stars 11 forks source link

Failed to Wrap App - error: unexpected element <queries> found in <manifest> #43

Closed Prabhakaran-Ganesan closed 3 years ago

Prabhakaran-Ganesan commented 3 years ago

Description We have built an Android app that integrates with Microsoft identity platform which contains the dependency of the library ‘com.microsoft.identity.client:msal:2.0.4'.

The app is working well with normal installation in an android phone. But while trying to wrap the app, following error occurred.

image

To Reproduce Steps to reproduce the behavior:

  1. Create a blank project in android studio
  2. Add the MSAL dependency ( ‘com.microsoft.identity.client:msal:2.0.4' )
  3. Build the project
  4. Try wrapping the release output apk.
  5. The above mentioned error occurred.

Details Appwrapping tool version - 1.0.2963.3 Android Studio - 4.1.1 App targetSdkVersion - 29

Logs:

Complete log can be found in the attachment IntuneAppWrappingToolLog_20201215_100644.txt

Intune app wrapping tool :

Additional context: When I use the older version of MSAL dependency (1.6.+), the app is wrapping successfully without this error.

@msintuneappsdk For traceability, mentioning the microsoft intune support ticket number 23299940

meghandaly commented 3 years ago

@Prabhakaran-Ganesan we believe this issue is resolved in our latest release, 1.0.3199.5.

Can you please try with that version and let us know if you still encounter the issue?

Prabhakaran-Ganesan commented 3 years ago

@meghandaly Our app has been wrapped successfully with the latest version (1.0.3199.5.) Thank you so much for the support.

meghandaly commented 3 years ago

@Prabhakaran-Ganesan fantastic news! Thanks for reporting back.