Android Studio is installing old apk on device

后端 未结 10 1625
忘了有多久
忘了有多久 2020-12-08 10:59

I am developing an Android app using Android Studio (0.89 Build #AI-135.1404660, Built on Sept 3,2014) using both emulator and Nexus 4 device.

I had the same issue w

10条回答
  •  爱一瞬间的悲伤
    2020-12-08 11:54

    I've spent way too many hours to keep this to myself. The way I fixed it was that I noticed some hours later that I was using different layout version in res/ .... I have actually two versions of layout (layout-v26) and (layout). All this time I was modifying the other one and uploading different one. Maybe its just a newbie mistake but I hope somebody will find it useful.

    The reason why there are 2 version was because of " autofillHints="" -> quickfix -> create new version of layout "

    image of my tree

提交回复
热议问题