My android app is removed from google play store because of the targetSdkVersion
policy change. I updated my app to meet the targetSdkVersion
. I'm at the end of the rollout to production. When I hit "START ROLLOUT TO PRODUCTION" button and confirm, it says "The rollout of your releases failed. Check the page for validation errors." I don't see any validation error on that page. Any idea what is going wrong?
Asked
Active
Viewed 2,366 times
8

gbdcool
- 974
- 7
- 18
-
Is there any message showing from that triangular error icon? – Jeel Vankhede Sep 27 '18 at 04:26
-
At version 1 min api 8 but in v2 19+ a huge difference. You may need to eye on this and current active devices is only 13 which all are may be below 19. – Rasel Sep 27 '18 at 04:37
-
what does it says in validation error ? – Vivek Mishra Sep 27 '18 at 04:40
-
The yellow triangle is simply a warning saying lower version of android will not be able to use the app. – gbdcool Sep 27 '18 at 12:40
1 Answers
16
Finally google team found that I haven't selected Primarily Child-Directed option under Pricing & distribution. It was not there earlier. Hence nothing is selected. Now it is a required field. The red error banner is just not clear to know where is error.

gbdcool
- 974
- 7
- 18
-
2It should tell you what the error is. Specifically, it lies when it says the error is on the page. In my case, it was under App Content. – Henrik Erlandsson Nov 19 '19 at 13:05
-
-
1