Termux终端调用接口完成

This commit is contained in:
2026-03-15 11:50:01 +08:00
parent 94ac2d9f9c
commit 31c1592086
6 changed files with 153 additions and 15 deletions

View File

@@ -34,6 +34,12 @@
android:layout_height="wrap_content"
android:text="TestTermuxEnv"
android:onClick="onTestTermuxEnv"/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Test WinBoLL Project Build"
android:onClick="onTestWinBoLLProjectBuild"/>
</LinearLayout>