How to install/replace on Android without using Eclipse

前端 未结 5 1351
野性不改
野性不改 2021-02-18 13:57

A buddy sent me a later version of an .apk file. I already had the earlier version on my device.

When I tried to adb install the file, I got this:

$ adb          


        
5条回答
  •  醉话见心
    2021-02-18 14:21

    delete the old version from your phone under settings->applications->manage applications Then you can install by cmd line or upload it to a website and directly download it to the phone

提交回复
热议问题