作者:佚名 时间:2023-09-10 09:07:24 阅读:(14)
今天在Android Studio下使用模拟机的时候一直提示:Emulator: emulator: INFO: QtLogger.cpp:68: Critical: Uncaught ReferenceError: $ is not defined,接下来云梦编程为大家介绍一下解决方法,有需要的小伙伴可以参考一下:
15:47 Emulator: [11888:15124:0923/154744.855:ERROR:ssl_client_socket_impl.cc(1050)] handshake failed; returned -1, SSL error code 1, net_error -103 15:47 Emulator: [11888:15124:0923/154744.855:ERROR:ssl_client_socket_impl.cc(1050)] handshake failed; returned -1, SSL error code 1, net_error -103 15:47 Emulator: [11888:15124:0923/154744.857:ERROR:ssl_client_socket_impl.cc(1050)] handshake failed; returned -1, SSL error code 1, net_error -103 15:47 Emulator: [11888:15124:0923/154744.858:ERROR:ssl_client_socket_impl.cc(1050)] handshake failed; returned -1, SSL error code 1, net_error -103 15:47 Emulator: emulator: INFO: QtLogger.cpp:68: Critical: Uncaught ReferenceError: $ is not defined (qrc:/html/js/location-loader.js:1, (null)) 15:47 Emulator: emulator: INFO: QtLogger.cpp:68: Critical: Uncaught ReferenceError: $ is not defined (qrc:/html/js/location-loader.js:1, (null))
(1)、找到android-sdk文件下找到platform-tools文件夹
(2)、Ctrl+Shift+右键,选择“在此处打开命令行窗口(W)”
(3)、重启adb
adb kill-server adb devices
会提示如下:
* daemon not running; starting now at tcp:5037 * daemon started successfully List of devices attached
以上就是云梦编程为大家介绍的关于Emulator: emulator: INFO: QtLogger.cpp:68: Critical: Uncaught ReferenceError: $ is not defined的解决方法,了解更多相关文章请关注云梦编程网!