I get the above error when I use the react-native run-android --variant=release
, as it said in the reaction docs. I signed my key as he said in the docs , but it does not work.
I also could not use the cd android && ./gradlew assembleRelease
directly from my project folder. I had to make cd android
and then gradlew assembleRelease
source share