热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

AndroidStudio3.0Canary1GRPC错误-AndroidStudio3.0Canary1GRPCerror

AfterIupgradedtoAndroidStudio3.0Canary1,thelogcattabintheAndroidStudiodontworkpro

After I upgraded to Android Studio 3.0 Canary 1, the logcat tab in the Android Studio don't work properly. It continuously output the following error log. I don't know what's wrong.

升级到Android Studio 3.0 Canary 1后,Android Studio中的logcat选项卡无法正常运行。它不断输出以下错误日志。我不知道出了什么问题。

05-19 18:05:18.676 10029-10072/com.example.chansoncc.bodypractice E/GRPC: tcp_client_posix.c:176] failed to connect to 'ipv4:127.0.0.1:12389': socket error: connection refused

05-19 18:05:18.676 10029-10072 / com.example.chansoncc.bodypractice E / GRPC:tcp_client_posix.c:176]无法连接到'ipv4:127.0.0.1:12389':套接字错误:连接被拒绝

Can anyone help?

有人可以帮忙吗?

2 个解决方案

#1


19  

Workaround is to start Android Profiler.

解决方法是启动Android Profiler。

#2


10  

There are 2 ways to solve this problem (at this time)

有两种方法可以解决这个问题(目前)

  1. Start an Android Profiler as Outofdate suggested
  2. 按照Outofdate的建议启动Android Profiler

  3. Go to Run > Edit Configurations.., select the app then click on profiling tab. Make sure that Enable advanced profiling is off
  4. 转到“运行”>“编辑配置”..,选择应用程序,然后单击“性能分析”选项卡。确保已禁用“启用高级分析”


推荐阅读
author-avatar
手机用户2502922667
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有