diff --git a/Source/Android/app/src/arm_64/res/values/arrays.xml b/Source/Android/app/src/arm_64/res/values/arrays.xml
index 12ed1695da..8f2ed0edff 100644
--- a/Source/Android/app/src/arm_64/res/values/arrays.xml
+++ b/Source/Android/app/src/arm_64/res/values/arrays.xml
@@ -6,10 +6,12 @@
- @string/interpreter
+ - @string/cached_interpreter
- @string/jit_arm64_recompiler
- 0
+ - 5
- 4
diff --git a/Source/Android/app/src/main/res/values/arrays.xml b/Source/Android/app/src/main/res/values/arrays.xml
index 9cdf07d876..85ebb4ebc1 100644
--- a/Source/Android/app/src/main/res/values/arrays.xml
+++ b/Source/Android/app/src/main/res/values/arrays.xml
@@ -46,9 +46,11 @@
- @string/interpreter
+ - @string/cached_interpreter
- 0
+ - 5
diff --git a/Source/Android/app/src/main/res/values/strings.xml b/Source/Android/app/src/main/res/values/strings.xml
index 1d26cd256d..284615b63d 100644
--- a/Source/Android/app/src/main/res/values/strings.xml
+++ b/Source/Android/app/src/main/res/values/strings.xml
@@ -136,6 +136,7 @@
Interpreter
+ Cached Interpreter
JIT64 Recompiler
JITIL Recompiler
JIT ARM Recompiler