解决 “android New package not yet registered with the system.”问题

在android开发中因为更换包名或者为activity设置别名会导致出现类似的错误:

android New package not yet registered with the system. Waiting 3 seconds before next attempt

从而致使android 的app无法安装到设备上进行调试,解决方法如下:

1.clean project,如果不行,尝试第二步

2.在应用管理中,将app卸载

猜你喜欢

转载自alex-yang-xiansoftware-com.iteye.com/blog/2208008
今日推荐