Android Studio is installing old apk on device

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

    I was also facing this issue and get solution by deleting build folder manually because some time ide cannot be able to delete this. So go to the app folder and find build folder delete this and after clean and build project and run again. projectname->app->build

提交回复
热议问题