Android Studio 2.0: Why does Instant Run not work when modifying xml layout resources?

前端 未结 3 1762
一向
一向 2020-12-03 13:43

This is a very new feature, as Android Studio 2.0 is only available in the canary release channel, however I was hoping someone could further explain how the Instant Run fea

3条回答
  •  失恋的感觉
    2020-12-03 13:57

    As you know all the resources used in your xml file are converted into static fields in R class. As per the information got from http://tools.android.com/tech-docs/instant-run changing static fields are not supported by instant Run.

提交回复
热议问题