react-native - 术语 'xxd' 未被识别为 cmdlet、函数的名称

标签 react-native keytool

我正在尝试为我的 Android APP(SMS 检索器 API)创建一个哈希键,我点击此链接

https://medium.com/@rodrigohsb/automatic-sms-authentication-without-asking-permission-sms-retriever-api-47eb5026b9a3

但是在运行关键工具命令时出现以下错误:

xxd : The term 'xxd' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:57"

最佳答案

xxd是一个 linux 命令,用于生成 hexdump 或执行相反的操作,有时随 vim 一起提供。

根据您的操作系统,尝试安装 xxdvim,它可能会解决此问题。

关于react-native - 术语 'xxd' 未被识别为 cmdlet、函数的名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54252408/

相关文章:

javascript - React Native 等效于 React.createElement

javascript - 如何优雅地防止 native react 崩溃?

react-native - 显示键盘后滚动到 FlatList 的末尾

ssl - 使用 keytool 导入证书时,为什么要使用 trustcacerts 选项

certificate - PFX到JKS的keytool转换: Alias <*> does not exist

openssl - 如何将 .p12 转换为 .crt 文件?

reactjs - 如何获取 redux-form 中嵌套字段嵌套的数据?

java - 为什么 keytool 会报告 'NoSuchAlgorithmException; cannot support algorithm "RSA"'?

java - Cacerts 与 Java 版本的兼容性

react-native - 无效的 Hook 调用。钩子(Hook)只能在函数组件的主体内部调用,错误仅发生在浏览器中而不是移动设备上