Application not installing on android emulator

前端 未结 2 1055
轮回少年
轮回少年 2021-01-17 05:38

I am developing an application in android Geocoder.When I run the applicaion its showing
[2011-01-11 11:08:13 - GeoTourProject] Automatic Target Mode: using existing emu

2条回答
  •  温柔的废话
    2021-01-17 05:49

    I would suggest you to make some changes in the code (like inserting a space in the .java files in your project) so that project is recompiled & deployed.

    If it still throws error 'Application already deployed' then you can uninstall application by using adb uninstall & then install app

提交回复
热议问题