I am having the same problem as so many other people but they solutions that are out there don’t seem to work for me.
I installed OpenSSl into a folder on my C drive called OpenSSl.
I copied the path to the OpenSSL bin location to my environment variable path.
I also copied the path to my jdk bin location to my environment variable path.
I then opened my cmd and navigated to my jdk bin folder and typed:
keytool -exportcert -alias androiddebugkey -keystone "C:Users\UsersName\.android\debug.keystore" | "C:\OpenSSl\bin\openssl" sha1 -binary | "C:\OpenSSL\bin\openssl" base64
Doing all of this and it still tells me OpenSSL not found.
Does anyone else have any insight into why this is happening?
Thanks in advance.