While trying to upload my apk im getting this error..."You need to check the icon inside your APK because it is not valid."
Manifest Code
<application
android:allowBackup="true"
android:icon="@drawable/wallet_logo"
android:label="Wallet"
android:supportsRtl="true"
android:theme="@style/AppTheme">
My logo is a vector asset
build.gradle
. Make sure path is correct. – Examination