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

后端 未结 13 1866
南方客
南方客 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-03 23:58

    In my case the problem was occuring because I changed package name before releasing and forgot about changing directory names. Project was still compiling but it was impossible to release it on google play.

    Check in any java file if you have red underlined package name with error

    'Package name xxx.yyy.zzz does not correspond to the file path 'xxx.eee.zzz'.

提交回复
热议问题