Skip to content

danthe1st/JDoc4droid

JDoc4droid

Get it on Google Play Get it on AppGallery

A Javadoc Viewer for Android

Installation

JDoc4droid can be installed from Google Play here or from Huawai AppGallery here but and it is also possible to download an APK of any commit from GitHub Actions.

Setup with AndroidStudio

  • Install AndroidStudio
  • Clone the project
  • Open the project in AndroidStudio
  • Connect an android device (emulator or real device) via adb
  • Run it

Setup without IDE

  • Clone the project
  • If you are using Windows, run gradlew build in the project directory
  • If you are using a UNIX-like operating system, run ./gradlew build in the project directory
  • After the command finishes, you should find a file named app-debug.apk in the directory app/build/outputs/apk/debug and a file named app-release-unsigned.apk in the directory app/build/outputs/apk/release
  • You can install the apk file on an android device (emulator or real device) and use it