We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 888e8f2 commit 96791d4Copy full SHA for 96791d4
tests/run_demo_test.sh
@@ -24,9 +24,9 @@ compile() # $keystore
24
APK="$ANDROID_TOP/$apk"
25
26
if [ ! -z "$keystore" ];then
27
+ zip -d $APK META-INF/*
28
echo "jarsigner -verbose -keystore $keystore -signedjar $APK+_resigned $APK ${keystore##*/}"
29
jarsigner -verbose -keystore $keystore -signedjar $APK"_resigned" $APK ${keystore##*/}
- echo "############# resign $APK with $keystore to $APK"_resigned
30
APK=$APK"_resigned"
31
fi
32
@@ -54,6 +54,7 @@ make_project()
54
# install
55
ADB="adb -s $serial"
56
$ADB uninstall $target_package
57
+ echo "$ADB install $target_apk"
58
$ADB install $target_apk&
59
60
# modify template project
0 commit comments