You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: engine/android/README
+5-7Lines changed: 5 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
##############################################
2
-
# Msmalik681 Windows 64 bit Build instructions
2
+
# Windows 64 bit Build instructions
3
3
##############################################
4
4
5
5
First Download and install JAVA JDK 11. once installed open a command promt window and type "java -version" if it confirms you have java 11 installed.
@@ -9,14 +9,12 @@ Now download the Android SDK but be sure to get the "command line tools only" pa
9
9
Finally go to the android folder in the source code and run build.bat. If it is the first time it will take time to download everything.
10
10
11
11
############################################
12
-
# Msmalik681 Linux 64 bit Build instructions
12
+
# Linux 64 bit Build instructions
13
13
############################################
14
14
15
-
make sure you have java 11 installed check in terminal with "java --version" you can use openjdk 11.
15
+
run openbor/engine/android/build.sh it will download everything needed and build openbor debug apk.
16
16
17
-
(Optional) Download Android SDK but be sure to get the "command line tools only" and extract to "~/.android" now youo should have the path "~/.android/cmdline-tools/sdkmanager".
18
-
19
-
Finally go to the android folder in the source code and run ./build.sh it will take a time to download everything if this is the first run.
17
+
incase the downloads are broken download "commandlinetools-linux-13114758_latest.zip" and "openjdk-17.0.1_linux-x64_bin.zip" extract both to "~/.android" before you run build.sh.
20
18
21
19
#########################
22
20
# Custom Apk instructions
@@ -106,5 +104,5 @@ Anyway for debugging and development, you can
106
104
# Development Notes
107
105
###################
108
106
109
-
* Minimum SDK (API Level) is 16 at the moment
107
+
* Minimum SDK (API Level) is 21 at the moment
110
108
* Support building for two architectures (with included pre-built libraries) arm64-v8a, and armeabi-v7a.
0 commit comments