A Javadoc Viewer for Android
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.
- Install AndroidStudio
- Clone the project
- Open the project in AndroidStudio
- Connect an android device (emulator or real device) via adb
- Run it
- 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 directoryapp/build/outputs/apk/debug
and a file namedapp-release-unsigned.apk
in the directoryapp/build/outputs/apk/release
- You can install the apk file on an android device (emulator or real device) and use it