File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,17 @@ You can install the application in either of these ways:
115
115
* APK: [ app-release.apk] ( app/build/outputs/apk/release/app-release.apk )
116
116
* Source code: clone the repository, compile with gradle and install with adb
117
117
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
+
118
126
```
127
+ git clone --recursive https://github.com/the3deer/android-3D-model-viewer.git
128
+ cd android-3D-model-viewer
119
129
export ANDROID_HOME=/home/$USER/Android/Sdk
120
130
./gradlew assembleDebug
121
131
adb install -r app/build/outputs/apk/app-debug.apk
@@ -206,4 +216,4 @@ Assets
206
216
* skybox sea : https://learnopengl.com/Advanced-OpenGL/Cubemaps
207
217
* skybox sand : Copyright 2012 Mobialia - https://github.com/mobialia/jmini3d
208
218
* models (parts) : Community contribution (Professor S)
209
-
219
+
You can’t perform that action at this time.
0 commit comments