React Native Task :app:validateSigningDebug FAILED

前端 未结 7 768
名媛妹妹
名媛妹妹 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:06

    Just download from official template https://raw.githubusercontent.com/facebook/react-native/master/template/android/app/debug.keystore

    Copy debug.keystore into your android/app/.

    Ex: mv ~/Downloads/debug.keystore /Users/lazaro/apps/myapp/android/app/

    ref: https://github.com/facebook/react-native/issues/25629#issuecomment-513245590

提交回复
热议问题