Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 3d48594

Browse files
authored
Update Android app path
Should be torchchat/edge/android/torchchat
1 parent 11dcbeb commit 3d48594

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

torchchat/utils/scripts/android_example.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ download_aar_library() {
9595
}
9696

9797
build_app() {
98-
pushd android/torchchat
98+
pushd torchchat/edge/android/torchchat
9999
./gradlew :app:build
100100
popd
101101
}
@@ -138,7 +138,7 @@ push_files_to_android() {
138138
}
139139

140140
run_android_instrumented_test() {
141-
pushd android/torchchat
141+
pushd torchchat/edge/android/torchchat
142142
./gradlew connectedAndroidTest
143143
popd
144144
}

0 commit comments

Comments
 (0)