React Native Task :app:validateSigningDebug FAILED

前端 未结 7 560
名媛妹妹
名媛妹妹 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

    0 讨论(0)
提交回复
热议问题