且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

inappmessaging-display:17.0.0'CreateProcess error = 206,文件名或扩展名太长

更新时间:2021-10-23 01:53:22

我不得不删除这两个库

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

另外,当你使用Picasso库时我发现它崩溃了,你可能想要降级或删除它。它已经安装在inappmessaging库中

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'

别忘了更改

Picasso.get() Picasso.with(getContext)

现在它建立良好...虽然我的回答需要你们更多的研究......

Now it builds fine... Though my answer needs more research from you guys...