如何保证 android 中结构 api 密钥的安全?
How to keep secure the fabric api key in android?
我正在使用这个例子,但我仍然需要在 AndroidManifest.xml
..
中写入 fabric API 键
按照以下步骤操作:-
https://github.com/plastiv/CrashlyticsDemo/
大多数人不得不对 运行 gradle 命令行提出问题,因此您可以这样使用:
1) 打开终端。
2) 转到您的项目工作 space
3) ./gradlew
(请注意,如果权限拒绝错误,请使用此命令- chmod 744 gradlew 并再次 运行 ./gradlew)
(4) ./gradlew assemble -P apiKey=你的结构api key
现在您可以完全保密您的 api 密钥,但请记住一件事,您的 fabric.properties 看起来像那个
fabric.properties:-
apiSecret=”你的 fabric 密钥”apiKey=”你的 fabric api 密钥”
尽情享受吧!
你不需要在你的 AndroidManifest.xml.....
中写下你的结构密钥
我正在使用这个例子,但我仍然需要在 AndroidManifest.xml
..
按照以下步骤操作:-
https://github.com/plastiv/CrashlyticsDemo/
大多数人不得不对 运行 gradle 命令行提出问题,因此您可以这样使用:
1) 打开终端。
2) 转到您的项目工作 space
3) ./gradlew
(请注意,如果权限拒绝错误,请使用此命令- chmod 744 gradlew 并再次 运行 ./gradlew)
(4) ./gradlew assemble -P apiKey=你的结构api key
现在您可以完全保密您的 api 密钥,但请记住一件事,您的 fabric.properties 看起来像那个
fabric.properties:-
apiSecret=”你的 fabric 密钥”apiKey=”你的 fabric api 密钥”
尽情享受吧! 你不需要在你的 AndroidManifest.xml.....
中写下你的结构密钥