Android studio 3.5 refactor issue

前端 未结 8 1908
陌清茗
陌清茗 2020-11-22 03:33

I just updated my studio with android studio 3.5 and now when I am trying to refactor AndroidManifest.xml file and it is refactoring my all app permission to th

8条回答
  •  一个人的身影
    2020-11-22 04:16

    It seems the default scheme leaves out the "attribute" property in the arrangement rules. Adding them back in works like a charm for me.

    The correction can be made in: Preferences > Editor > Code Style > XML

提交回复
热议问题