React Native Task :app:validateSigningDebug FAILED

前端 未结 7 780
名媛妹妹
名媛妹妹 2021-01-31 02:42

I am completely new to react-native and android. I have downloaded a project from Github and used commands yarn install and react-native run-android to

7条回答
  •  清歌不尽
    2021-01-31 03:21

    your project is missing the keystore to debug env

    see this answer on github

    add debug.keystore to android/app directory

    don't forget to add it to .gitignore

    android/app/debug.keystore

提交回复
热议问题