Skip to content

Commit 8a104a5

Browse files
committed
fixed build doc
1 parent ca453d7 commit 8a104a5

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,17 @@ You can install the application in either of these ways:
115115
* APK: [app-release.apk](app/build/outputs/apk/release/app-release.apk)
116116
* Source code: clone the repository, compile with gradle and install with adb
117117

118+
119+
Compilation
120+
===========
121+
122+
Script to build an apk package and run in your device.
123+
- Git 1.6.5 or later is required
124+
- Android Gradle plugin requires Java 17 to run
125+
118126
```
127+
git clone --recursive https://github.com/the3deer/android-3D-model-viewer.git
128+
cd android-3D-model-viewer
119129
export ANDROID_HOME=/home/$USER/Android/Sdk
120130
./gradlew assembleDebug
121131
adb install -r app/build/outputs/apk/app-debug.apk
@@ -206,4 +216,4 @@ Assets
206216
* skybox sea : https://learnopengl.com/Advanced-OpenGL/Cubemaps
207217
* skybox sand : Copyright 2012 Mobialia - https://github.com/mobialia/jmini3d
208218
* models (parts) : Community contribution (Professor S)
209-
219+

0 commit comments

Comments
 (0)