Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有时我的应用程序无法及时编写密钥。当它不能时,这是一个会导致整个应用程序崩溃的异常。有什么方法可以设置 Flurry 使其在这些情况下不会崩溃?
通常我这样定义密钥:
public final static String FLURRY_KEY = "your key...";
这不会产生任何问题,如果这不是一个可能的解决方案,请说明您如何尝试实施它。