Desktop app Error: Feature not implemented
See original GitHub issue🐛 Bug Report
I followed the install guide in the https://github.com/facebook/flipper but I have empty debugging log and the fallowing error in the console
` src/init.bundle:248971 Error: Feature not implemented at getUser (src/init.bundle:81058) at _default (src/init.bundle:248967) at src/init.bundle:237901 at Array.map (<anonymous>) at _default (src/init.bundle:237901) at src/init.bundle:811 at Object.rehydrate (src/init.bundle:97207) at _rehydrate (src/init.bundle:96541) at src/init.bundle:96566 (anonymous) @ src/init.bundle:248971 index.dev.html:1 Uncaught (in promise) Error: ENOENT: no such file or directory, mkdir ‘C:\tmp\flipper’ src/init.bundle:238072 Uncaught (in promise) FailError src/init.bundle:237996 Error: Command failed: C:\Users\Revo\AppData\Local\android\sdk/tools/emulator -list-avds The system cannot find the path specified.
at ChildProcess.exithandler (child_process.js:308)
at ChildProcess.emit (events.js:210)
at maybeClose (internal/child_process.js:1021)
at Process.ChildProcess._handle.onexit (internal/child_process.js:283)
`
Environment
windows 10
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:10 (5 by maintainers)
Top GitHub Comments
I am getting this error with React Native v0.62.2 and Flipper v0.46.0, mac ,physical Pixel 2XL:
This issue will be fixed in the next release, thanks for reporting!