mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
Fix formatting and redundant Linux instructions
(cherry picked from commit 37e8978659)
This commit is contained in:
@@ -78,10 +78,7 @@ the following arguments:
|
||||
C:\godot> cd platform/android/java
|
||||
C:\godot\platform\android\java> gradlew build
|
||||
|
||||
Linux :
|
||||
~/godot$ scons platform=android target=release
|
||||
~/godot$ cd platform/android/java
|
||||
~/godot/platform/android/java$ ./gradlew
|
||||
(on Linux/OSX, execute the `gradlew` script with `./gradlew build`)
|
||||
|
||||
The resulting APK is in:
|
||||
|
||||
@@ -97,11 +94,6 @@ The resulting APK is in:
|
||||
C:\godot> cd platform/android/java
|
||||
C:\godot\platform\android\java> gradlew build
|
||||
|
||||
Linux :
|
||||
~/godot$ scons platform=android target=release_debug
|
||||
~/godot$ cd platform/android/java
|
||||
~/godot/platform/android/java$ ./gradlew
|
||||
|
||||
The resulting APK is in:
|
||||
|
||||
::
|
||||
|
||||
Reference in New Issue
Block a user