[Android Developer Console] Upload failed

2019. 4. 17. 12:20Programing/Debugging

 

 

Upload failed
You uploaded an APK or Android App Bundle which specifies an actions schema document in its manifest, but action schemas are not yet allowed. If you are part of a beta program, you need to have your developer account whitelisted.

 

You need to delete the "com.google.android.actions" meta-data in your manifest.

<meta-data
    android:name="com.google.android.actions"
    android:resource="@xml/xxx" />