代码拉取完成,页面将自动刷新
同步操作将从 金勰/glmark2 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
A build script for Linux has been added which simplifies the process of
creating an APK.
Any recent toolchain (released in 2018 or later) should work. The steps
using build-tools have been hard coded to 26.0.1, but could be made
configurable, or update the script to point to installed version.
Tested with NDK r18b.
$ sudo apt-get install openjdk-8-jdk
$ export ANDROID_SDK=/path/to/Android/Sdk
$ export ANDROID_NDK=/path/to/Android/Sdk/ndk-bundle
$ export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
$ cd android
$ ./build.sh
$ adb install glmark2.apk
Building using the SDK and NDK
------------------------------
Note: These build steps require older SDK and NDK. Later revisions have
removed the android and ant scripts.
To build and install glmark2 you need the Android SDK and NDK. The 'android',
'adb' and 'ndk-build' tools used below are included there.
To build glmark2 for Android we start by building the native part:
$ cd android
$ ndk-build
To continue building the package from the command line:
$ android update project -p . -s -t <target> (where target, e.g., android-10)
$ ant debug {or release}
To install to a device, you need to have set up an ADB connection
to the device. Then do:
$ adb install bin/Glmark2-debug.apk
Alternatively you can load the project (in the android/ directory) in Eclipse
using the ADT plugin and manage the build and install process from there. Keep
in mind that when updating the native build (ndk-build etc) you need to refresh
the Eclipse project, otherwise it won't notice that something has changed.
Building using the Android build system
---------------------------------------
Copy the glmark2 source tree to somewhere the Android build system can access
it (eg external/glmark2) and build the GLMark2 module:
$ make GLMark2
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。