Java 我一直在使用 Eclipse 安装 Crashlytics for Android
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/18746464/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
I'm stuck installing Crashlytics for Android using Eclipse
提问by Holger Jakobs
I registered for Crashlytics, got their invitation and set up my account. Then I installed Crashlytics as described for Eclipse and restarted. Now I'm staring at the page https://www.crashlytics.com/onboard/pendingshowing "Add Crashlytics to your project".
我注册了 Crashlytics,收到了他们的邀请并设置了我的帐户。然后我按照 Eclipse 的描述安装了 Crashlytics 并重新启动。现在我盯着页面https://www.crashlytics.com/onboard/pending显示“将 Crashlytics 添加到您的项目”。
What am I supposed to do? I have an open project in Eclipse. How do I add Crashlytics to it now to get to step 2 "Launch your app".
我应该做些什么?我在 Eclipse 中有一个开放项目。我现在如何向其中添加 Crashlytics 以进入第 2 步“启动您的应用”。
Of course I can launch my app just like this, but where is the connection to Crashlytics. It seems Crashlytics is waiting for some response from the installed Eclipse plugin.
当然我可以像这样启动我的应用程序,但是与 Crashlytics 的连接在哪里。Crashlytics 似乎正在等待已安装的 Eclipse 插件的一些响应。
采纳答案by Holger Jakobs
Actually, the problem seems to have been in the Eclipse Development Bundle for Android by Google. After changing to ordinary Eclipse + the separate Android SDK, everything worked fine.
实际上,问题似乎出在 Google 的 Eclipse Development Bundle for Android 中。改成普通的 Eclipse + 单独的 Android SDK 后,一切正常。
回答by MiStr
Follow these stepshere, if you're stuck on adding Crashlytics to Eclipse.
如果您坚持将 Crashlytics 添加到 Eclipse,请按照此处的这些步骤操作。
(you're supposed to add the codes to your app to hook up Crashlytics)
(您应该将代码添加到您的应用程序以连接 Crashlytics)
Summary: To add Crashlytics to your app, follow the instructions within their widget (plugin).
摘要:要将 Crashlytics 添加到您的应用程序,请按照其小部件(插件)中的说明进行操作。
This should show items such as
这应该显示诸如
- Add code to the Manifest.xml
- Add code to your initial/startup Activity to initialize the Crashlytics system.
- 将代码添加到 Manifest.xml
- 将代码添加到您的初始/启动 Activity 以初始化 Crashlytics 系统。
回答by ryderz8
To Add Crashlytics to your App... follow these steps :
要将 Crashlytics 添加到您的应用程序...请按照以下步骤操作:
- Install Crashlyticsfor Android by opening Eclipse and going to
"Help",
then"Install New Software".
- In the download URL, type in "http://download.crashlytics.com/android/eclipse".
Check the box next to Crashlytics software and press "Next". You'll be asked to restart Eclipse and the plugin will be installed!
Once the Plugin is installed..all your application will be listed in it and then select the one in which you want to add.
- 通过打开 Eclipse 并转到然后安装Crashlyticsfor Android
"Help",
"Install New Software".
- 在下载 URL 中,输入“ http://download.crashlytics.com/android/eclipse”。
选中 Crashlytics 软件旁边的框,然后按“下一步”。系统会要求您重新启动 Eclipse 并安装插件!
安装插件后……您的所有应用程序都将列在其中,然后选择要添加的应用程序。
Best Wishes !
最好的祝愿 !