Failed to install weibo4android.apk on device 'emulator-5554': timeout的解决方法

简介:

以前遇到过这种问题当时的做法是kill掉虚拟机的进程

 
  1. @echo off 
  2. taskkill /f /im emulator-arm.exe 

总这样做很浪费时间,下面的方法可以解决这个问题

 
  1. 在window->preferences->Android->DDMS->ADB connection time out (ms): 

将这个值设置的大一些,默认为5000,我设置成500000,然后就OK了。



本文转自sucre03 51CTO博客,原文链接:http://blog.51cto.com/sucre/629497,如需转载请自行联系原作者

相关文章
|
7月前
|
Android开发
android 常见错误:fabric connection timeout
android 常见错误:fabric connection timeout
45 0
|
7月前
|
Android开发
【Bug】Android resource linking failed和error: failed linking references.
【Bug】Android resource linking failed和error: failed linking references.
|
7月前
|
Android开发
Caused by: android.system.ErrnoException: android_getaddrinfo failed: EACCES (Permission denied)
Caused by: android.system.ErrnoException: android_getaddrinfo failed: EACCES (Permission denied)
72 3
|
7月前
Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associate
Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associate
197 2
|
4月前
|
Android开发
Android Studio: 解决Gradle sync failed 错误
本文介绍了解决Android Studio中出现的Gradle同步失败错误的步骤,包括从`gradle-wrapper.properties`文件中获取Gradle的下载链接,手动下载Gradle压缩包,并替换默认下载路径中的临时文件,然后重新触发Android Studio的"Try Again"来完成同步。
1456 0
Android Studio: 解决Gradle sync failed 错误
|
4月前
|
开发工具 Android开发
解决Manifest merger failed : android:exported needs to be explicitly specified for <activity>
解决Manifest merger failed : android:exported needs to be explicitly specified for <activity>
87 1
|
4月前
|
开发工具 Android开发
Android Studio resource linking failed
Android Studio resource linking failed
75 1
|
6月前
|
Java Linux 开发工具
由" failed to run the android sdk manager"引起的一系列问题 android
由" failed to run the android sdk manager"引起的一系列问题 android
|
7月前
|
开发工具 Android开发 Windows
Android应用] 问题2:ERROR: unknown virtual device name:
Android应用] 问题2:ERROR: unknown virtual device name:
37 2
|
7月前
|
Android开发
Android 盒子开发过程中遇到的问题及解决方法
Android 盒子开发过程中遇到的问题及解决方法
43 2