After so many hours of my free time, I\'m ready to publish my very first app to the play store, but sadly I\'m having difficulties uploading the signed app.
I know that there is correct answer, but i believe that my experience can help some one...
so i receive the same error:
ERROR getting 'android:icon' attribute: attribute is not a string value
but my problem wasn't related with icon!!!
The reason why I get this error was here:
android:label="@string/app_name"
My project has 3 different languages, but the main string.xml was without @string/app_name... and this was the reason!
so be careful!