Android Studio is installing old apk on device

后端 未结 10 1624
忘了有多久
忘了有多久 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:30

    The behaviour is erratic. I solved it by reviewing my code.It turned out that there was a resource file that was invalid. Try reverting back to the last working version of your code before the current changes... Probably a known issue that will be/was resolved out of Beta

提交回复
热议问题