rodrigodemacedo/react-native-new-projects

ENOENT: no such file or directory, open 'android/app/src/main/assets/index.android.bundle'

Opened this issue · 6 comments

As this link says:

Just create the folder:
mkdir android/app/src/main/assets

Thank you, FYI, i had the same issue:

On windows 10, versions:

react-native.cmd -v
react-native-cli: 2.0.1
react-native: 0.55.4

Thanks...

As this link says:

Just create the folder:
mkdir android/app/src/main/assets

may also need:

mkdir -vp android/app/src/main/assets/debug

The last example worked for me

None of the above worked for me

Seems like yo got to also delete all the drawbales and raw folers inside assets?

WHy do we have to delete these directories? these are valid directries for assets needed in the nativ android project. if i delete this then any layouts that use these drawables are broken