DOC

com.faendir : acra

Maven & Gradle

Nov 28, 2017
6k stars

Application Crash Report for Android · Publishes a report of an Android application crash to an end point.

Table Of Contents

Latest Version

Download com.faendir : acra Javadoc & API Documentation - Latest Versions:

All Versions

Download com.faendir : acra Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
4.10.x
4.9.x
acra

How to open Javadoc JAR file in web browser

  1. Rename the file acra-acra-toast-javadoc.jar to acra-acra-toast-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder acra-acra-toast-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "acra-acra-toast-sources.jar" -d "acra-acra-toast-javadoc" -subpackages 

Advertisement