I dont know where i am going wrong . I need to upload APK to google play and whenever i am trying to upload it , it is showing an error message as displayed in the attached
The same problem but in my case I was missing "android:icon" attribute in application element, note I had it only in activity.
<application ... android:icon="@drawable/ic_launcher">
<activity ... android:icon="@drawable/ic_launcher">
After long and painful search, found that ApplicationAttributes in Manifest file was empty, inspite of mentioning android:icon="@drawable/app_icon" in AndroidManifest.xml.
Filling up ApplicationAttributes solved my problem.
It is likely that in your manifest that you do not have an icon defined or are referencing an image that does not exist.
I had the same problem make sure that you don't have \n in the name of your application
remove \n from your application name