Android应用程序可在Chrome OS上运行

时间:2019-05-08 06:49:04

标签: android google-chrome

我正在尝试与Chromebook上的android应用程序兼容,以及有关通过wifi网络进行实时流式传输的应用程序。我面临以下问题。

  

2019-05-07 11:19:48.731 65-194 /? E / TaskPersister:文件错误访问   最近目录(目录不存在?)。 2019-05-07 11:19:49.443   2613-2685 / com.aver.sphere3 D / Tcpexception:IOException2 2019-05-07   11:19:49.443 2613-2685 / com.aver.sphere3 W / System.err:   java.net.SocketException:套接字已关闭2019-05-07 11:19:49.444   2613-2685 / com.aver.sphere3 W / System.err:at   java.net.PlainSocketImpl.socketConnect(本机方法)2019-05-07   11:19:49.444 2613-2685 / com.aver.sphere3 W / System.err:at   java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:334)   2019-05-07 11:19:49.444 2613-2685 / com.aver.sphere3 W / System.err:
  在   java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:196)   2019-05-07 11:19:49.444 2613-2685 / com.aver.sphere3 W / System.err:
  在   java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:178)   2019-05-07 11:19:49.444 2613-2685 / com.aver.sphere3 W / System.err:
  在java.net.SocksSocketImpl.connect(SocksSocketImpl.java:356)   2019-05-07 11:19:49.444 2613-2685 / com.aver.sphere3 W / System.err:
  在java.net.Socket.connect(Socket.java:605)2019-05-07 11:19:49.444   2613-2685 / com.aver.sphere3 W / System.err:at   com.aver.sphere3.camerasdk.cameraconnection.CameraSocketConnection $ ConnectTCPServer.doInBackground(CameraSocketConnection.java:132)   2019-05-07 11:19:49.444 2613-2685 / com.aver.sphere3 W / System.err:
  在   com.aver.sphere3.camerasdk.cameraconnection.CameraSocketConnection $ ConnectTCPServer.doInBackground(CameraSocketConnection.java:123)   2019-05-07 11:19:49.444 2613-2685 / com.aver.sphere3 W / System.err:
  在android.os.AsyncTask $ 2.call(AsyncTask.java:305)2019-05-07   11:19:49.444 2613-2685 / com.aver.sphere3 W / System.err:at   java.util.concurrent.FutureTask.run(FutureTask.java:237)2019-05-07   11:19:49.444 2613-2685 / com.aver.sphere3 W / System.err:at   android.os.AsyncTask $ SerialExecutor $ 1.run(AsyncTask.java:243)   2019-05-07 11:19:49.444 2613-2685 / com.aver.sphere3 W / System.err:
  在   java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)   2019-05-07 11:19:49.444 2613-2685 / com.aver.sphere3 W / System.err:
  在   java.util.concurrent.ThreadPoolExecutor $ Worker.run(ThreadPoolExecutor.java:607)   2019-05-07 11:19:49.444 2613-2685 / com.aver.sphere3 W / System.err:
  在java.lang.Thread.run(Thread.java:761)2019-05-07 11:19:49.476   22-160 /? E / wayland-service:HandleTaskSetFrameAttributes(2)   visible = 43,已启用= 43

对于chrome,我们有关于套接字连接的特定API。

chrome.sockets.tcp API,可使用TCP连接通过网络发送和接收数据。

用于Chrome OS的各种API的网址:https://developer.chrome.com/apps/api_index

如果您对我们如何在项目中实现这些chrome API有所了解   请帮我解决这个问题。

0 个答案:

没有答案