docs: Fixed typo in 'Authorizing with Google for REST APIs' doc.
bug: 18025533 Change-Id: I6379b2a7be495a506e0e428fe9c68fdbe197704b
This commit is contained in:
@ -95,7 +95,7 @@ keytool -exportcert -alias <keystore_alias> -keystore <keystore_path> -lis
|
||||
</pre>
|
||||
<p>For example, you're using a debug-key with Eclipse, then the command looks like this:</p>
|
||||
<pre class="no-pretty-print">
|
||||
keytool -exportcert -alias androiddebugkey-keystore ~/.android/debug.keystore -list -v
|
||||
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore -list -v
|
||||
</pre>
|
||||
<p>Then the keystore password is "android".</p>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user