How to install/replace on Android without using Eclipse

前端 未结 5 1358
野性不改
野性不改 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:23

    You have to use adb uninstall [packagename], for instance, adb uninstall org.vimtips.supacount.

    This the package name listed in your manifest:

    
    

提交回复
热议问题