Installation failed on Android 12 (crashing) | Community
Skip to main content

Installation failed on Android 12 (crashing)

  • December 16, 2021
  • 1 reply
  • 0 views

Bachir

Hi,

We have tried to test our application with android 12 (API 31) but the installation failed in your chat library, we are using those versions:

api group: 'com.zendesk', name: 'messaging', version: '5.1.0'
api group: 'com.zendesk', name: 'chat', version: '3.2.0'
We also tested the latest version of messaging and chat, but the bug persists.
The crash stacktrace is as follows:
 
Installation did not succeed.
The application could not be installed: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED

Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present

Did your library support Android 12, if not when we can expect to fixe the problem, and if there is a temporary solution, please let us know.

Thanks in advance,

Ladjouzi.B

1 reply

Eric27
  • December 20, 2021
Hey there,
 
I believe you're using incompatible versions with Android 12. Could you try using the following and see if that solves your issue?
 
api group: 'com.zendesk', name: 'messaging', version: '5.2.0'
api group: 'com.zendesk', name: 'chat', version: '3.3.0'