Installing Crittercism

Take the following steps to install Critercism.

1. Create an account on Crittercism.

2. Register the app on the Crittercism site.

3. Download the SDK.

4. Copy the Crittercism JAR file to your libs folder.

5. If you’re using Eclipse, right-click your project, click Properties, select Java Build Path, click Add External Jar, and then add the Crittercism JAR file.

6. Add the following line to your AndroidManifest.xml file:

<uses-permission android:name="android.permission.INTERNET"/>

7. Add the Crittercism import and the app Id (see lines 10 and 22 in Listing 7-1). You can find the app id for your app in the query string of Crittercism’s app manager (see Figure 7-2).

Figure 7-2 Crittercism ...

Get Bulletproof Android™: Practical Advice for Building Secure Apps now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.