From 8d6e624c88c76c9d52cc17b6e364d2aaebd7219a Mon Sep 17 00:00:00 2001 From: Oscar Franco Date: Mon, 18 Nov 2024 16:07:20 +0700 Subject: [PATCH] Modify android script --- scripts/test-android.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/test-android.sh b/scripts/test-android.sh index a47bf0e9..7d541353 100755 --- a/scripts/test-android.sh +++ b/scripts/test-android.sh @@ -1,3 +1,4 @@ +cd example JAVA_OPTS=-XX:MaxHeapSize=6g yarn android adb forward tcp:9000 tcp:9000 echo "Polling in-app server..."