简体   繁体   English

Android-Adobe creative SDK-由于Proguard配置,鸟巢v4.48崩溃

[英]Android - Adobe creative SDK -Aviary v4.48 crash due to Proguard configuration

I have googled it, also search in the Adobe documents and couldn't find the right Proguard configuration for Aviary v4.4.8. 我已经在Google上进行了搜索,也搜索了Adobe文档,但找不到适用于Aviary v4.4.8的正确Proguard配置。

Adobe change the Classes and Packages and the old Proguard from the Aviary website is not working. Adobe更改了类和软件包,并且Aviary网站上的旧Proguard无法正常工作。 The app crash when building with Proguard. 使用Proguard进行构建时,应用崩溃。

Does anyone manage to fix it or can give me the right configuration? 是否有人设法修复它或可以给我正确的配置? I have also sent three emails to Adobe without any comment from their side. 我还向Adobe发送了三封电子邮件,而他们没有发表任何评论。

Thanks 谢谢

Use proguard and add this Line in it 使用proguard并在其中添加此行

-dontwarn com.adobe.**

It worked for me.I even signed and released it to my Beta channel in play store.Then I downloaded it from there and tested it and it's working fine till now.I am just using the Image Editor only.Let me know if it works. 它为我工作,我什至签名并发布到了Play商店的Beta通道中,然后从那里下载并对其进行了测试,直到现在为止一切正常,我仅使用图像编辑器,让我知道它是否有效。

No proguard setting is required. 无需设置proguard。

I updated to Creative SDK 4.4.8 from old Aviary SDK and had the same issue. 我从旧的Aviary SDK更新到了Creative SDK 4.4.8,并遇到了同样的问题。 I solved this by removing all the proguard setting for Aviary (ex. keep interface com.aviary.android.feather.** {*;} ) 我通过删除Aviary的所有proguard设置解决了此问题(例如, keep interface com.aviary.android.feather.** {*;}

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM