"inappmessaging-display:17.0.0' createprocess error=206, the filename or extension is too long" Code Answer

1

i had to remove these two libraries

implementation 'com.google.android.gms:play-services-auth:16.0.0'

also, i found it crashes when you are using picasso library, you might want to downgrade it or remove it all. it is already installed in the inappmessaging library

implementation 'com.squareup.picasso:picasso:2.71828'

don't forget to change the

picasso.get() to picasso.with(getcontext)

now it builds fine... though my answer needs more research from you guys...

By andreister on February 14 2022

Answers related to “inappmessaging-display:17.0.0' createprocess error=206, the filename or extension is too long”

Only authorized users can answer the Search term. Please sign in first, or register a free account.