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

2

8

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.

Crimson answered 17/6, 2021 at 18:38 Comment(2)
Do you have an <action> schema in your AndroidManifest.xml ?Groomsman
found any solution for this?Persevering
C
2

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.

Crimson answered 7/7, 2021 at 9:20 Comment(0)
G
0

It was a Google Play Console bug:

Thanks for your patience while our team investigated the behavior you experienced.

They have recently made some changes that should fix the problem. With the recent set of changes, please check to see if you are still experiencing the same issue. If so, I will be happy to see how else we can help.

Please ensure to clear your browser's cache and cookies first using the instructions available in our help center before accessing the Play Console again.

Gwyn answered 8/9, 2022 at 20:46 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.