ADB.exe已过时,并且存在严重的性能问题(新)

时间:2018-09-26 16:27:46

标签: android android-studio compiler-errors

我正在尝试在模拟器中运行我的应用程序,但出现此错误; The ADB binary at C:\Users\siviw\AppData\Local\Android\Sdk\platform-tools\adb.exe is obsolete and has serious performance problems with the Android Emulator. Please update to a newer version to get significantly faster app / file transfer

我已尝试更新SDK Build-Tools,如这篇文章所示; ADB.exe is obsolete and has serious performance problems,但我一直得到相同的结果。

我该如何解决该错误?

2 个答案:

答案 0 :(得分:3)

就我而言,我遵循了在互联网上找到的所有说明,没有任何运气。最后,我决定删除并再次安装“ SDK Build-Tools”(附加步骤5、6、7、8),问题已解决。

  1. 菜单工具| SDK管理器
  2. 点击第二个标签“ SDK工具”。
  3. 选中右下角的“ [x]显示包装详细信息”
  4. 滚动到“ SDK构建工具”下的最后一项(我的是[x] 28.0.3)
  5. 取消选中[] 28.0.3
  6. 点击“应用”
  7. 检查[x] 28.0.3
  8. 点击“应用”
  9. 在弹出的对话框中,单击“确定”
  10. 安装程序完成后,单击“完成”

答案 1 :(得分:0)

下载ADB.exe(您可以将其搜索出来)并粘贴到此文件夹中。

for (int i=0; i<extras.length ; i++){

       String aditional = extras[i]; //get each extra name

       if(aditional.isSelected()){  // thats my problem
       selectedExtra.add(adicional); // add the selected extras 

        }
     }

我也遇到了同样的问题。完成此操作后,我的问题已解决。