You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
test_apks split off here, including history; update README
This commit is contained in:
@@ -21,12 +21,14 @@ build instructions:
|
|||||||
then, to run from builddir:
|
then, to run from builddir:
|
||||||
`cd builddir`
|
`cd builddir`
|
||||||
and
|
and
|
||||||
`RUN_FROM_BUILDDIR= LD_LIBRARY_PATH=./ ./android-translation-layer ../test_apks/org.happysanta.gd_29.apk -l org/happysanta/gd/GDActivity`
|
`RUN_FROM_BUILDDIR= LD_LIBRARY_PATH=./ ./android-translation-layer /path/to/test_apks/org.happysanta.gd_29.apk -l org/happysanta/gd/GDActivity`
|
||||||
(for an example of a full game working that can be distributed along this)
|
(for an example of a full game working that can be distributed along this)
|
||||||
or
|
or
|
||||||
`RUN_FROM_BUILDDIR= LD_LIBRARY_PATH=./ ./android-translation-layer ../test_apks/gles3jni.apk -l com/android/gles3jni/GLES3JNIActivity`
|
`RUN_FROM_BUILDDIR= LD_LIBRARY_PATH=./ ./android-translation-layer path/to/test_apks/gles3jni.apk -l com/android/gles3jni/GLES3JNIActivity`
|
||||||
(for a sample app using OpenGL from native code to do it's rendering)
|
(for a sample app using OpenGL from native code to do it's rendering)
|
||||||
|
|
||||||
|
the test apks are available at https://gitlab.com/android_translation_layer/atl_test_apks
|
||||||
|
|
||||||
to install:
|
to install:
|
||||||
`meson install`
|
`meson install`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user