apkenv icon indicating copy to clipboard operation
apkenv copied to clipboard

A compatibility layer for applications packaged as .apk. Can run certain Android games on non-Android Linux (glibc and others).

Results 3 apkenv issues
Sort by recently updated
recently updated
newest added

user@ml1:/big/src/apkenv$ make makefile:33: Using SDL 1.2 libraries CC compat/gles2_wrappers.o : error: two or more data types in declaration specifiers make: *** [makefile:89: compat/gles2_wrappers.o] Error 1 Unfortunately make isn't giving me...

In case this is still alive, the compilation fails on the RPi 3, similar to [this issue](https://github.com/thp/apkenv/issues/71) with: ``` In file included from compat/gles2_wrappers.c:4:0: /opt/vc/include/GLES2/gl2.h:49:26: error: two or more data...

On SailfishOS accelerometer reading is not working due to SDL_JoystickOpen(0) returning NULL with SDL error: "There are 0 joysticks available"