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 buildin the project directory - If you are using a UNIX-like operating system, run
./gradlew buildin the project directory - After the command finishes, you should find a file named
app-debug.apkin the directoryapp/build/outputs/apk/debugand a file namedapp-release-unsigned.apkin the directoryapp/build/outputs/apk/release - You can install the apk file on an android device (emulator or real device) and use it