add java android demo (#1454)

This commit is contained in:
JameWade
2024-10-23 11:38:26 +08:00
committed by GitHub
parent bcaa91ed36
commit 3edd8d7cf6
45 changed files with 1268 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:allowBackup="true"
android:label="@string/app_name"
android:supportsRtl="true" />
</manifest>

View File

@@ -0,0 +1 @@
../../../../../../../sherpa-onnx/sherpa-onnx/java-api/src/com

View File

@@ -0,0 +1,3 @@
<resources>
<string name="app_name">sherpa</string>
</resources>