diff --git a/android/app/build.gradle b/android/app/build.gradle
index 1b11674..1b514cb 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -73,6 +73,7 @@ android {
buildFeatures {
aidl true
dataBinding true
+ viewBinding true
buildConfig true
}
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index 21fce7a..281c3fd 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -36,7 +36,10 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/app/src/main/res/values-zh-rCN/strings.xml b/android/app/src/main/res/values-zh-rCN/strings.xml
index 983b001..6da1b25 100644
--- a/android/app/src/main/res/values-zh-rCN/strings.xml
+++ b/android/app/src/main/res/values-zh-rCN/strings.xml
@@ -1,4 +1,12 @@
小小电脑
+
+ 终端异常终止,返回错误码9。此错误是安卓12+系统限制子进程数量造成的,需要手动关闭限制。
+ :(
+ 可以使用以下工具修复:
+ 如果以上工具无法修复,或者设备为鸿蒙设备,请按照以下教程解决(需要电脑和数据线):
+ 修复工具
+ 教程链接
+ 请在设置应用中启用开发者选项(通常步骤是找到关于设备->系统版本->连续点击系统版本5次),然后在开发者选项中找到\"停止限制子进程\",打开开关即可。不同机型开启开发者选项的步骤可能略有不同,具体方法可在网络搜索。
diff --git a/android/app/src/main/res/values-zh-rTW/strings.xml b/android/app/src/main/res/values-zh-rTW/strings.xml
index 2366f2c..57b4f64 100644
--- a/android/app/src/main/res/values-zh-rTW/strings.xml
+++ b/android/app/src/main/res/values-zh-rTW/strings.xml
@@ -1,4 +1,12 @@
小小電腦
+
+ 終端異常終止,返回錯誤碼9。此錯誤是安卓12+系統限制子進程數量造成的,需要手動關閉限制。
+ :(
+ 可以使用以下工具修復:
+ 如果以上工具無法修復,或者設備為鴻蒙設備,請按照以下教程解決(需要電腦和數據線):
+ 修復工具
+ 教程鏈接
+ 請在設置應用中啟用開發者選項(通常步驟是找到關於設備->系統版本->連續點擊系統版本5次),然後在開發者選項中找到\"停止限制子進程\",打開開關即可。不同機型開啟開發者選項的步驟可能略有不同,具體方法可在網絡搜尋。
diff --git a/android/app/src/main/res/values/colors.xml b/android/app/src/main/res/values/colors.xml
new file mode 100644
index 0000000..2c89ef1
--- /dev/null
+++ b/android/app/src/main/res/values/colors.xml
@@ -0,0 +1,5 @@
+
+
+ #FF6F43C0
+ #FFFFFFFF
+
\ No newline at end of file
diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml
index b8afa3d..c2b0302 100644
--- a/android/app/src/main/res/values/strings.xml
+++ b/android/app/src/main/res/values/strings.xml
@@ -1,4 +1,12 @@
Tiny Computer
+
+ Terminal terminated abnormally with error code 9. This error is caused by Android 12+ system limiting the number of child processes and requires manual removal of the restriction.
+ :(
+ You can use the following tool to fix:
+ If the above tool cannot fix the issue, or if the device is a Harmony device, please follow the tutorial below (requires a computer and data cable):
+ Repair Tool
+ Tutorial Link
+ Please enable developer options in the Settings app (usually by going to About device -> System version -> tap System version 5 times continuously), then find "Stop restricting child processes" in developer options and turn on the switch. The steps to enable Developer Options may vary slightly depending on the device model. For specific methods, you can search online.