Skip to content

Commit

Permalink
Merge pull request #246 from the3deer/fix/245
Browse files Browse the repository at this point in the history
Fix/245
  • Loading branch information
andresoviedo authored Dec 26, 2024
2 parents a699c59 + 8a104a5 commit 75bc656
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 3,300 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,17 @@ You can install the application in either of these ways:
* APK: [app-release.apk](app/build/outputs/apk/release/app-release.apk)
* Source code: clone the repository, compile with gradle and install with adb


Compilation
===========

Script to build an apk package and run in your device.
- Git 1.6.5 or later is required
- Android Gradle plugin requires Java 17 to run

```
git clone --recursive https://github.com/the3deer/android-3D-model-viewer.git
cd android-3D-model-viewer
export ANDROID_HOME=/home/$USER/Android/Sdk
./gradlew assembleDebug
adb install -r app/build/outputs/apk/app-debug.apk
Expand Down Expand Up @@ -206,4 +216,4 @@ Assets
* skybox sea : https://learnopengl.com/Advanced-OpenGL/Cubemaps
* skybox sand : Copyright 2012 Mobialia - https://github.com/mobialia/jmini3d
* models (parts) : Community contribution (Professor S)


1 change: 1 addition & 0 deletions engine
Submodule engine added at c6eb26
46 changes: 0 additions & 46 deletions engine/build.gradle

This file was deleted.

3 changes: 0 additions & 3 deletions engine/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

Loading

0 comments on commit 75bc656

Please sign in to comment.