getting " 'android:icon' attribute: attribute is not a string value” error while uploading an APK to the play store

后端 未结 13 1861
南方客
南方客 2021-02-03 23:20

Background

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.

13条回答
  •  盖世英雄少女心
    2021-02-04 00:01

    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!

提交回复
热议问题