Open ghost opened 3 years ago
Hello my friends. I try to implement this code but it does not work.
import React, { useState } from 'react'; import { Emulator } from "android-emulator-webrtc/emulator"; function App() { const [authHeader, ] = useState({authorized: "hCGK/6BaMH+8cas1"}); return ( <div> <Emulator uri="http://localhost:5554" auth={authHeader} />; </div> ); } export default App;
I got error like this. How can I figured out ?
** And also i find this example
+1
Hello my friends. I try to implement this code but it does not work.
I got error like this. How can I figured out ?
** And also i find this example