We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25092db commit c36cf0dCopy full SHA for c36cf0d
pythonforandroid/bootstraps/pygame/build/src/org/renpy/android/SDLSurfaceView.java
@@ -707,6 +707,7 @@ public void run() {
707
nativeInitJavaCallbacks();
708
nativeSetEnv("ANDROID_PRIVATE", mFilesDirectory);
709
nativeSetEnv("ANDROID_ARGUMENT", mArgument);
710
+ nativeSetEnv("ANDROID_APP_PATH", mArgument);
711
nativeSetEnv("PYTHONOPTIMIZE", "2");
712
nativeSetEnv("PYTHONHOME", mFilesDirectory);
713
nativeSetEnv("PYTHONPATH", mArgument + ":" + mFilesDirectory + "/lib");
0 commit comments