Cant start app after Expo Eject

I recently created an app without anythin, just a blank app, and when i run expo eject and try it on Android Studio it won’t work and i have no logs with errors.

Anyone had this trouble?
Thanks

Hey @debonisgerman,

Can you make sure you’re serving your JS bundle by running expo start before building with Android Studio?

Cheers,
Adam

Hey, thanks for answering, i actually do a expo start before build, but now at least i’m having a error happening. i have this error, and im searching for solutions

events.js:174

 throw er; // Unhandled 'error' event
      ^

Error: EPERM: operation not permitted, lstat 'c:\Proyectos\ReactNative\EjectExpo\prueba\android\app\build\generated\not_namespaced_r_class_sources\devKernelDebug\processDevKernelDebugResources\r\android\arch\core'
Emitted 'error' event at:
    at NodeWatcher.<anonymous> (c:\Proyectos\ReactNative\EjectExpo\prueba\node_modules\sane\src\node_watcher.js:306:14)
    at c:\Proyectos\ReactNative\EjectExpo\prueba\node_modules\graceful-fs\polyfills.js:282:31
    at FSReqWrap.oncomplete (fs.js:153:21)

thanks for answering again

Im getting the same lstat error

events.js:174 
throw er; // Unhandled 'error' 
Error: EPERM: operation not permitted, lstat 
 'c:\projects\RN\myproject\android\app\build\generated\res\google-services\debug\values\values.xml'
Emitted 'error' event at:
   at NodeWatcher.<anonymous> (c:\projects\RN\myproject\node_modules\metro\node_modules\sane\src\node_watcher.js:291:16)
  at callback (c:\projects\RN\myproject\node_modules\graceful-fs\polyfills.js:289:20)                           
  at FSReqWrap.oncomplete (fs.js:153:21) 

I finally solved my problem with this solution