我正在尝试在模拟器中运行我的应用程序,但出现此错误; 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,但我一直得到相同的结果。
我该如何解决该错误?
答案 0 :(得分:3)
就我而言,我遵循了在互联网上找到的所有说明,没有任何运气。最后,我决定删除并再次安装“ SDK Build-Tools”(附加步骤5、6、7、8),问题已解决。
答案 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
}
}
我也遇到了同样的问题。完成此操作后,我的问题已解决。