While trying to upload my apk im getting this error..."You need to check the icon inside your APK because it is not valid."
<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
The app icon specifically (ic_launcher or whatever) must be in mipmap now, since Google play rejects any builds with the app icon in drawable folders.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With