Search code examples
androidgoogle-playgoogle-play-consoleandroid-build

At least one of your app or app bundles contain an actions.xml file


All of sudden google console started throwing an error message saying - "At least one of your app or app bundles contain an actions.xml file."

I have searched my entire app, there is no actions.xml. Also used Analyze Apk tool of android studio to cross verify if any lib or other module may adding the actions.xml.

Here is one troubleshoot link from google (link) it describe the process To accept the Actions on Google Terms of Service.

But question remains the same that project doesn't contain any actions.xml.

Is it a console bug or I am missing anything.


Solution

  • This was very weird but when I tried to upload the apk after sometime it worked perfectly fine without any error messages.

    As I rightly mentioned in the question there was no action.xml and action tag anywhere in my entire project.

    It seems to be a console bug in my case.