William Cuba
William Cuba
@azizghuloum To solve this I have to change devtool to 'source-map' in webpack-config-dev. I'd ejected the project before. ``` module.exports = { devtool: 'source-map', ```
@gheloperez I think the problem is webpack. I use webpack 3.8 and works. But I upgrade to 4 and is broken. Here the origin of the problem in var parsed...
@radiorz I solved the problem adding this at the end of file studio.bat inside Android/studio/bin and launching this script in powershell `fnm env --use-on-cd | Out-String | Invoke-Expression`