标签: android-studio react-native
在android studio中制作项目并使用react-native run-android时,出现错误:Keystore file '/Users/corydbaker/.android/debug.keystore' not found for signing config 'config'.
react-native run-android
Keystore file '/Users/corydbaker/.android/debug.keystore' not found for signing config 'config'.
But as you can see in the picture, the keystore file does exist.
为什么会给我这个错误?