Compiling for Android with both AppoDeal and Persona.ly

When I try to compile for Android with both the AppoDeal and the Persona.ly plugin, I get the build error:

[Build Error #5] A device build error occurred on the server. Error: Error packaging APK. Potential conflict between resources or plugins.

Can we not use both plugins in the same app?

Since Persona.ly shows only offerwalls, I assume the Appodeal plugin does not integrate its SDK, so what could be the problem?

Thanks

I’m having a similar problem. I am unsure where the conflict comes from as I am using several advertising plugins along with the Facebook V4 plugin. 

I also get this error message when building for Amazon:

ERROR: Build Failed: A device build error occurred on the server. Error: Error packaging APK. Potential conflict between resources or plugins. BuildID: 58178beb631dd Error code: 5

What I know for certain is:

A) On October 10, with all of the same plugins and exactly the same “code” in the app, this app built just fine for Amazon and we created a successful update, submitted it to Amazon’s Store, and it has been live ever since. (Corona 2943)

B) We haven’t changed a line of code in this App since then. No changes to plugins. No changes to Build.settings file. No changes period.

C) Today we get this error when building with the same Corona build (#2943) we used in early October. It also generates the same error with Corona build #2972 – which is slightly newer.

So, did something get messed up regarding Amazon in the final revisions to Facebook V4 plugin as it came out of Beta?? Or is there something else going on?? 

Thanks for prompt attention to this show stopper.

Steve

There is definitely a problem with Amazon and Facebook v4, it’s a new issue, and it’s not related to AppoDeal, so I created a new thread for it:

https://forums.coronalabs.com/topic/66300-compiling-to-amazon-fails-when-the-facebook-v4-plugin-is-included/

I’m investigating.

It looks like the issue has been fixed. 

Thanks!

Issue is fixed for my builds to Amazon today (Tuesday, Nov. 1) using Corona 2943 and including Facebook V4 plugin.

If you’re still experiencing this, until Engineering can address it on the back end, try putting this in your build.settings:

plugins = { -- ... ["shared.android.support.v7.appcompat"] = { publisherId = "com.coronalabs", } },

In the appropriate place of course.

Rob

This issue appears to have been resolved along with intermittent Android build failures that occurred last night.

To anyone still having problems, please give it another try with regular build.settings.

I’m having a similar problem. I am unsure where the conflict comes from as I am using several advertising plugins along with the Facebook V4 plugin. 

I also get this error message when building for Amazon:

ERROR: Build Failed: A device build error occurred on the server. Error: Error packaging APK. Potential conflict between resources or plugins. BuildID: 58178beb631dd Error code: 5

What I know for certain is:

A) On October 10, with all of the same plugins and exactly the same “code” in the app, this app built just fine for Amazon and we created a successful update, submitted it to Amazon’s Store, and it has been live ever since. (Corona 2943)

B) We haven’t changed a line of code in this App since then. No changes to plugins. No changes to Build.settings file. No changes period.

C) Today we get this error when building with the same Corona build (#2943) we used in early October. It also generates the same error with Corona build #2972 – which is slightly newer.

So, did something get messed up regarding Amazon in the final revisions to Facebook V4 plugin as it came out of Beta?? Or is there something else going on?? 

Thanks for prompt attention to this show stopper.

Steve

There is definitely a problem with Amazon and Facebook v4, it’s a new issue, and it’s not related to AppoDeal, so I created a new thread for it:

https://forums.coronalabs.com/topic/66300-compiling-to-amazon-fails-when-the-facebook-v4-plugin-is-included/

I’m investigating.

It looks like the issue has been fixed. 

Thanks!

Issue is fixed for my builds to Amazon today (Tuesday, Nov. 1) using Corona 2943 and including Facebook V4 plugin.

If you’re still experiencing this, until Engineering can address it on the back end, try putting this in your build.settings:

plugins = { -- ... ["shared.android.support.v7.appcompat"] = { publisherId = "com.coronalabs", } },

In the appropriate place of course.

Rob

This issue appears to have been resolved along with intermittent Android build failures that occurred last night.

To anyone still having problems, please give it another try with regular build.settings.