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

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

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

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

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

更多相关文章

  1. [android]初始化代码仓库时出现“OSError: [Errno 2] No such fi
  2. Java工程中调用Android库出现“Stub!”错误
  3. Android AApt错误
  4. Android Studio之RenderingException错误
  5. Android SDK 26以后ant编译错误解决办法(错误信息:taskdef A class
  6. Android的低级错误
  7. android:报Activity has leaked IntentReceiver或者receiver is
  8. android 错误
  9. Android emulator模拟器启动错误

随机推荐

  1. Android与蓝牙耳机建立连接的分析
  2. WebKit android介绍
  3. android Settings.Secure的使用
  4. Android数字证书机制
  5. Android NDK编程实现终端功能(调用system
  6. android-async-http开源请求库
  7. Android 单击图片切换效果
  8. Android(安卓)源代码结构
  9. 如何为一个组件的同一属性同时声明两个值
  10. Android2.2添加busybox 支持——基于Andr