Skip to content

Commit

Permalink
fix install android samples apk error. (#7230)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzp1984 committed Mar 23, 2024
1 parent 0ead96b commit 2763931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ function build_android {
if [[ "${BUILD_ANDROID_SAMPLES}" == "true" ]]; then
for sample in ${ANDROID_SAMPLES}; do
echo "Installing out/${sample}-debug.apk"
cp samples/${sample}/build/outputs/apk/debug/${sample}-debug-unsigned.apk \
cp samples/${sample}/build/outputs/apk/debug/${sample}-debug.apk \
../out/${sample}-debug.apk
done
fi
Expand Down

0 comments on commit 2763931

Please sign in to comment.