From c03fb937272a58ecbae0f724e2ee84bf042a97d6 Mon Sep 17 00:00:00 2001 From: Mis012 Date: Sat, 24 Feb 2024 19:01:51 +0100 Subject: [PATCH] test_apks split off here, including history; update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa8f717d..b568a6b3 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,14 @@ build instructions: then, to run from builddir: `cd builddir` 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) 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) +the test apks are available at https://gitlab.com/android_translation_layer/atl_test_apks + to install: `meson install`