Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions torchchat/utils/scripts/android_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ download_aar_library() {
}

build_app() {
pushd android/torchchat
pushd torchchat/edge/android/torchchat
./gradlew :app:build
popd
}
Expand Down Expand Up @@ -138,7 +138,7 @@ push_files_to_android() {
}

run_android_instrumented_test() {
pushd android/torchchat
pushd torchchat/edge/android/torchchat
./gradlew connectedAndroidTest
popd
}
Expand All @@ -155,7 +155,7 @@ if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then
run_android_instrumented_test
fi

adb install -t android/torchchat/app/build/outputs/apk/debug/app-debug.apk
adb install -t torchchat/edge/android/torchchat/app/build/outputs/apk/debug/app-debug.apk

if [ -z "${CI_ENV:-}" ]; then
read -p "Press enter to exit emulator and finish"
Expand Down
Loading