Android Studio is installing old apk on device

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

    Google thinks it is a feature, not a bug

    https://code.google.com/p/android/issues/detail?id=156263

    Their proposed solution is to copy the apk(s) instead of manipulating the filename, as in e.g.

    Copying APK file in Android Gradle project

提交回复
热议问题